We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31cd6e2 commit 468269bCopy full SHA for 468269b
.github/workflows/actions/publish-npm-package/action.yml
@@ -75,4 +75,5 @@ runs:
75
NPM_TOKEN: ${{ inputs.api_token }}
76
run: |
77
echo "Publish '@${{ inputs.scope }}/${{ inputs.package }}' package"
78
+ cd ${{ inputs.package }}/pkg
79
npm publish --tag ${{ inputs.tag }} --access ${{ inputs.access }}
0 commit comments