Skip to content

Commit

Permalink
fix: version string
Browse files Browse the repository at this point in the history
  • Loading branch information
amorphobia committed Sep 14, 2024
1 parent b31d0eb commit 85e63db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
- name: Set Version
run: |
if [[ ${{ github.ref_name }} == refs/tags/v* ]]; then
if [[ ${{ github.ref_name }} == v* ]]; then
VER=${{ github.ref_name }}
else
VER=${{ github.ref_name }}-$(git rev-parse --short ${{ github.sha }})
Expand Down

0 comments on commit 85e63db

Please sign in to comment.