We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3e7d8 commit a5d4615Copy full SHA for a5d4615
.github/workflows/release.yml
@@ -98,7 +98,7 @@ jobs:
98
sed -i -e "s@\(<version>\)\([0-9].[0-9].[0-9]\(-[A-z0-9]*\)*\)\(</version>\)@\1${{ steps.extract-version.outputs.MVN_VERSION }}\4@g" README.md
99
sed -i -e "s@\(version: '\)\([0-9].[0-9].[0-9]\(-[A-z0-9]*\)*\)\('\)@\1${{ steps.extract-version.outputs.MVN_VERSION }}\4@g" README.md
100
git add README.md
101
- git commit -Ss -m "Update version in README"
+ git commit -sS -m "Update version in README" || true
102
git push
103
104
# Required for creation of GitHub release
0 commit comments