Skip to content

Commit

Permalink
ci: correctly call npm version
Browse files Browse the repository at this point in the history
on-behalf-of: @porscheofficial <[email protected]>
Signed-off-by: Patrick Böder <[email protected]>
  • Loading branch information
pboeder committed Nov 19, 2024
1 parent b90be07 commit 3e92cdc
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 @@ -37,7 +37,7 @@ jobs:
git config --global user.email "github-actions[bot]@users.noreply.github.com"
- name: Bump Version
run: npm version ${{ github.event.inputs.version }} ${{ github.event.inputs.version }}
run: npm version ${{ github.event.inputs.version }}

- name: Publish to GitHub Packages
run: npm publish --provenance --access public
Expand Down

0 comments on commit 3e92cdc

Please sign in to comment.