Skip to content

Commit 468269b

Browse files
committed
fix: npm publish action failed on 'publish' step
1 parent 31cd6e2 commit 468269b

File tree

1 file changed

+1
-0
lines changed
  • .github/workflows/actions/publish-npm-package

1 file changed

+1
-0
lines changed

.github/workflows/actions/publish-npm-package/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,5 @@ runs:
7575
NPM_TOKEN: ${{ inputs.api_token }}
7676
run: |
7777
echo "Publish '@${{ inputs.scope }}/${{ inputs.package }}' package"
78+
cd ${{ inputs.package }}/pkg
7879
npm publish --tag ${{ inputs.tag }} --access ${{ inputs.access }}

0 commit comments

Comments
 (0)