Skip to content

Commit

Permalink
fix: release workflow to pass next-version to release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
iocanel committed Jan 5, 2024
1 parent 86e294a commit f337a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
git config --local user.name "GitHub Action"
- name: Maven release ${{steps.metadata.outputs.current-version}}
run: |
./release.sh --release-version ${{steps.metadata.outputs.current-version}}
./release.sh --release-version ${{steps.metadata.outputs.current-version}} --dev-version ${{steps.metadata.outputs.next-version}}
git push origin ${{github.base_ref}}
git push origin --tags
env:
Expand Down

0 comments on commit f337a88

Please sign in to comment.