Skip to content

Commit

Permalink
ci(release): fix argument parsing of npm exec
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmDevs committed Mar 26, 2023
1 parent d1c12ed commit d214a02
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 @@ -54,7 +54,7 @@ jobs:
- name: Setup semantic-release
run: npm ci
- name: Get release version
run: npm exec semantic-release --dry-run
run: npm exec -- semantic-release --dry-run
id: get-next-version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d214a02

Please sign in to comment.