Skip to content

Commit

Permalink
fix: testing small fix for Publish to NPM step v4
Browse files Browse the repository at this point in the history
  • Loading branch information
RichEwin committed Aug 7, 2023
1 parent 8a6f823 commit a9e02f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: npm run rollup

- name: Publish to NPM
if: ${{ github.event_name == 'pull_request' }}
if: ${{ steps.release.outputs.release_created }}
run: |
echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > ~/.npmrc
npm publish
Expand Down

0 comments on commit a9e02f6

Please sign in to comment.