Skip to content

Commit

Permalink
Bug fixes #5780
Browse files Browse the repository at this point in the history
  • Loading branch information
StepanBrychta committed Sep 16, 2024
1 parent e680598 commit b67be1d
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 @@ -55,7 +55,7 @@ jobs:
git add CHANGELOG.md build.sbt
git rm RELEASE.md
git commit -m "Release: Bump version to ${NEW_TAG} and update changelog\n\n[skip ci]"
git commit -m "$(printf "Release: Bump version to ${NEW_TAG}\n\n[skip ci]")"
git tag "test-${NEW_TAG}"
git push origin Publish-packages-to-sonatype
git push origin --tags
Expand Down

0 comments on commit b67be1d

Please sign in to comment.