Skip to content

Commit

Permalink
fix: Resolve issue with NPM Publishing Workflow (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims authored Dec 5, 2023
2 parents 36cab4b + 312a72a commit 22f4abe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/publish-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ runs:

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

0 comments on commit 22f4abe

Please sign in to comment.