Skip to content

Commit

Permalink
Fix CI tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed Oct 28, 2023
1 parent 47371be commit a5cdd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id: set_release_name
run: |
echo "RELEASE_NAME=$(date +'%Y-%m-%d %H:%M:%S')" >> "$GITHUB_OUTPUT"
echo "TAG_NAME=v$(date +'%Y-%m-%d %H:%M:%S')" >> "$GITHUB_OUTPUT"
echo "TAG_NAME=v$(date +'%Y-%m-%d-%H:%M:%S')" >> "$GITHUB_OUTPUT"
- name: Create Release
uses: actions/create-release@v1
id: create_release
Expand Down

0 comments on commit a5cdd06

Please sign in to comment.