Skip to content

Commit

Permalink
fix leading v
Browse files Browse the repository at this point in the history
  • Loading branch information
pschicho committed Oct 18, 2024
1 parent 69ff56c commit eb33e0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
git config --global user.name 'github-actions'
git config --global user.email 'github-actions@github.com'
rm WallGoMatrix.m.bak
git add WallGoMatrix.m
git commit -m "Update WallGoMatrix version to ${{ env.tag }} and date to ${{ env.date }}"
git tag ${{ env.tag }} # Properly format the tag
git push origin ${{ env.tag }} # Push the new tag
Expand Down

0 comments on commit eb33e0a

Please sign in to comment.