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 bab6cc3 commit 1e35065
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 @@ -34,7 +34,7 @@ jobs:
- name: Create Tag
run: |
git tag v-$(date +'%Y%m%d%H%M%S')
git tag v$(date +'%Y%m%d%H%M%S')
git push origin --tags
- name: Create GitHub Release
Expand Down

0 comments on commit 1e35065

Please sign in to comment.