Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
halgari authored Dec 3, 2024
1 parent 683803b commit 4a17db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: "release-$(date +'%Y-%m-%d-%H-%M-%S')"
tag_name: "v$(date +'%Y%m%d%H%M%S')"
release_name: "Release $(date +'%Y-%m-%d %H:%M:%S')"
draft: false
prerelease: false
Expand Down

0 comments on commit 4a17db6

Please sign in to comment.