Skip to content

Commit

Permalink
ci: fix GitHub publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shanmukhateja committed Apr 20, 2024
1 parent aa9178b commit f4d0ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Publish to NPM packages
# includes a --ignore-scripts command argument to avoid executing npm life cycle scripts during this phase
# for security concerns as scripts could steal NODE_AUTH_TOKEN
run: cd lib && npm publish --ignore-scripts --access public
run: cd dist/lib && npm publish --ignore-scripts --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit f4d0ef3

Please sign in to comment.