Skip to content

Commit

Permalink
Merge pull request #72 from lat-lon/fix/ghactionParameter
Browse files Browse the repository at this point in the history
Fix bad parameter substition in GitHub action
  • Loading branch information
tfr42 authored Nov 21, 2023
2 parents 98e06db + f4d0d59 commit 553c064
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 553c064

Please sign in to comment.