Update update_patterns.yml

This commit is contained in:
fab 2025-01-03 13:38:18 +01:00 committed by GitHub
parent e3416a1bad
commit a03fd54da8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,8 +90,8 @@ jobs:
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
tag_name: release-$(date +'%Y%m%d%H%M%S') # Unique and valid tag format tag_name: release-${{ github.run_id }} # Use GitHub Actions run ID for uniqueness
release_name: Release $(date +'%Y-%m-%d %H:%M:%S') release_name: Release ${{ github.run_id }}
draft: false draft: false
prerelease: false prerelease: false