Skip to content

Commit

Permalink
fix: testing small fix for Publish to NPM step
Browse files Browse the repository at this point in the history
  • Loading branch information
RichEwin committed Aug 7, 2023
1 parent 830917c commit a32ebed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
bump-minor-pre-major: true

- name: Publish to NPM
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref == 'refs/heads/master' }}
run: |
echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > ~/.npmrc
npm publish
Expand Down

0 comments on commit a32ebed

Please sign in to comment.