Skip to content

Commit

Permalink
Update set 'pom version' step
Browse files Browse the repository at this point in the history
  • Loading branch information
hmiguim committed Nov 8, 2023
1 parent da07832 commit 80fcd78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
env:
OS: ${{ matrix.os }}
- name: Setup pom version
run: mvn versions:set -DnewVersion=${{ github.ref_name }}
run: mvn versions:set -DnewVersion='${{ github.ref_name }}'
- name: Build Jar
run: mvn --batch-mode clean package
- name: Build Linux
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
env:
OS: ${{ matrix.os }}
- name: Setup pom version
run: mvn versions:set -DnewVersion=${{ github.ref_name }}
run: mvn versions:set -DnewVersion='${{ github.ref_name }}'
- name: Build Jar
run: mvn --batch-mode clean package -P hu
- name: Build Linux
Expand Down

0 comments on commit 80fcd78

Please sign in to comment.