Skip to content

Commit

Permalink
github:autotag prefix v
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang committed Mar 22, 2022
1 parent 3530a46 commit 073a9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/AutoTag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: mathieudutour/github-tag-action@v6.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: v${{env.version}}-${{ steps.git.outputs.sha_short }}
custom_tag: ${{env.version}}-${{ steps.git.outputs.sha_short }}



0 comments on commit 073a9c6

Please sign in to comment.