Skip to content

Commit

Permalink
Remove v prefix from tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman authored Oct 5, 2023
1 parent 142543f commit 71d4e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if '${{ github.ref_type }}' == 'branch':
tags = ['latest']
elif '${{ github.ref_type }}' == 'tag':
version = '${{ github.ref_name }}'
version = '${{ github.ref_name }}'[1:]
tags = ['latest', version]
else:
tags = []
Expand Down

0 comments on commit 71d4e4a

Please sign in to comment.