Skip to content

Commit

Permalink
Merge pull request #20 from thomasschafer/tschafer-fix-release
Browse files Browse the repository at this point in the history
Fix release workflow
  • Loading branch information
thomasschafer authored Nov 17, 2024
2 parents 351650c + 78b42ff commit afceb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git tag -a "v${version}"
git tag -a "v${version}" -m "Release v${version}"
git push origin "v${version}"
gh release create "v${version}" \
Expand Down

0 comments on commit afceb68

Please sign in to comment.