Skip to content

Commit

Permalink
Add shell to publish-package action
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Dec 11, 2023
1 parent 112c70f commit bc774eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/publish-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ runs:
${{ inputs.node-version }}

- name: Publish release to NPM
shell: bash
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ inputs.npm-token }}

0 comments on commit bc774eb

Please sign in to comment.