Skip to content

Commit

Permalink
fix: typo in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iocanel committed Oct 18, 2023
1 parent f0eb24d commit a6c7bdc
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 --release-version ${{steps.metadata.outputs.current-version}}
./release.sh --release-version ${{steps.metadata.outputs.current-version}}
git push origin ${{github.base_ref}}
git push origin --tags
env:
Expand Down

0 comments on commit a6c7bdc

Please sign in to comment.