mirror of
https://github.com/fabriziosalmi/patterns.git
synced 2025-12-17 17:55:48 +00:00
Update update_patterns.yml
This commit is contained in:
parent
e3416a1bad
commit
a03fd54da8
4
.github/workflows/update_patterns.yml
vendored
4
.github/workflows/update_patterns.yml
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user