Skip to content

Commit

Permalink
chore: remove prefix "v" in version string
Browse files Browse the repository at this point in the history
  • Loading branch information
amorphobia committed Oct 2, 2024
1 parent 84b4ebe commit a75ebca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ jobs:
run: |
if [[ ${{ github.ref_name }} == v* ]]; then
VER=${{ github.ref_name }}
VER=${VER:1}
else
VER=${{ github.ref_name }}-$(git rev-parse --short ${{ github.sha }})
fi
Expand Down

0 comments on commit a75ebca

Please sign in to comment.