Skip to content

Commit

Permalink
#982 fix bad parameter substition
Browse files Browse the repository at this point in the history
  • Loading branch information
tfr42 committed Nov 21, 2023
1 parent 18d24af commit f4d0d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Prepare and release
run: mvn -Dresume=false -DreleaseVersion=${github.event.inputs.release_version} -DdevelopmentVersion=${github.event.inputs.next_version} -DdeployAtEnd=true -Dgoals=deploy release:prepare release:perform
run: mvn -Dresume=false -DreleaseVersion=${{ github.event.inputs.release_version }} -DdevelopmentVersion=${{ github.event.inputs.next_version }} -DdeployAtEnd=true -Dgoals=deploy release:prepare release:perform
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f4d0d59

Please sign in to comment.