Skip to content

Commit

Permalink
Merge pull request #513 from houdiniproject/try-to-fix-publish
Browse files Browse the repository at this point in the history
Try to fix publish of NPM
  • Loading branch information
wwahammy authored Dec 14, 2024
2 parents 1eae677 + 81ead5c commit d7c7eb5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
run-jest: false
check-notice: false
build-storybook: false

- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
- uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1
with:
token: ${{secrets.npm_token}}

0 comments on commit d7c7eb5

Please sign in to comment.