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
92e6b34844
commit
65429e6a70
4
.github/workflows/update_patterns.yml
vendored
4
.github/workflows/update_patterns.yml
vendored
@ -90,8 +90,8 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
tag_name: v$(date +'%Y-%m-%d') # Use hyphens instead of dots for valid tag format
|
tag_name: release-$(date +'%Y%m%d%H%M%S') # Unique and valid tag format
|
||||||
release_name: Release v$(date +'%Y-%m-%d')
|
release_name: Release $(date +'%Y-%m-%d %H:%M:%S')
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user