Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit f4d0ef3

Browse files
ci: fix GitHub publish workflow
1 parent aa9178b commit f4d0ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/publish.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Publish to NPM packages
2525
# includes a --ignore-scripts command argument to avoid executing npm life cycle scripts during this phase
2626
# for security concerns as scripts could steal NODE_AUTH_TOKEN
27-
run: cd lib && npm publish --ignore-scripts --access public
27+
run: cd dist/lib && npm publish --ignore-scripts --access public
2828
env:
2929
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3030

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /