Skip to content

Commit

Permalink
updates release version (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemdmr authored Oct 24, 2022
1 parent c926092 commit 87c4aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
gpg-passphrase: MAVEN_GPG_PASSPHRASE
- run: |
set -e
version_new="2.0."$((86+${{github.run_number}}))
version_new="2.0."$((111+${{github.run_number}}))
version=$(cat VERSION)
sed -i -e 's/'$version'/'$version_new'/g' VERSION README.md
echo "ver=$version_new" >> $GITHUB_ENV
Expand Down

0 comments on commit 87c4aca

Please sign in to comment.