From a03fd54da8b7ca0bb21adc233a9c9a457d6afab0 Mon Sep 17 00:00:00 2001 From: fab Date: Fri, 3 Jan 2025 13:38:18 +0100 Subject: [PATCH] Update update_patterns.yml --- .github/workflows/update_patterns.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_patterns.yml b/.github/workflows/update_patterns.yml index 57672e5..87575f6 100644 --- a/.github/workflows/update_patterns.yml +++ b/.github/workflows/update_patterns.yml @@ -90,8 +90,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: release-$(date +'%Y%m%d%H%M%S') # Unique and valid tag format - release_name: Release $(date +'%Y-%m-%d %H:%M:%S') + tag_name: release-${{ github.run_id }} # Use GitHub Actions run ID for uniqueness + release_name: Release ${{ github.run_id }} draft: false prerelease: false