Skip to content

Commit

Permalink
fix: attempt on fixing the versioning issue
Browse files Browse the repository at this point in the history
  • Loading branch information
creyD committed Oct 25, 2024
1 parent 8463eef commit 0bed0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
if [[ "${{ github.head_ref }}" == "master" ]]; then
echo "V_FORMAT=${major}.${minor}.${patch}" >> $GITHUB_ENV
elif [[ "${{ github.head_ref }}" == "dev" ]]; then
echo "V_FORMAT=${major}.${minor}.${patch}-rc${increment}" >> $GITHUB_ENV
echo "V_FORMAT=${major}.${minor}.${patch}${increment}" >> $GITHUB_ENV
fi
- name: Git Version
Expand Down

0 comments on commit 0bed0e0

Please sign in to comment.