Skip to content

Commit

Permalink
Merge pull request #512 from FgForrest/master-backup-before-mvcc
Browse files Browse the repository at this point in the history
Master backup before mvcc
  • Loading branch information
novoj authored Apr 15, 2024
2 parents 50b09a6 + c3817d8 commit a9a0a29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
export CURRENT_VERSION="${{ steps.release_version.outputs.version }}"
export NEW_VERSION="$( echo ${CURRENT_VERSION} | sed 's/^v//')"
echo $NEW_VERSION > version.txt
echo "Version: $(cat version.txt)"
mvn versions:set -DnewVersion=$NEW_VERSION
mvn -T 1C -B -P release-sign-artifacts -Dmaven.test.skip=true deploy --file pom.xml
env:
Expand Down Expand Up @@ -131,5 +132,5 @@ jobs:
uses: actions/upload-artifact@v2
if: success()
with:
name: evita-server.jar
name: version.txt
path: 'version.txt'

0 comments on commit a9a0a29

Please sign in to comment.