Skip to content

Commit

Permalink
fix release steps (via #341)
Browse files Browse the repository at this point in the history
  • Loading branch information
eroshenkoam committed Oct 23, 2023
1 parent 9307f6c commit c218b6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -18,5 +18,5 @@ jobs:
server-username: ${{ secrets.JENKINS_USERNAME }}
server-password: ${{ secrets.JENKINS_TOKEN }}
- run: |
./mvnw versions:set -DnewVersion=${{ env.VERSION }}
./mvnw publish
./mvnw versions:set -DnewVersion=${GITHUB_REF:10}
./mvnw deploy

0 comments on commit c218b6d

Please sign in to comment.