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 4127387 commit c089bb2Copy full SHA for c089bb2
.github/workflows/actions/release/action.yml
@@ -34,6 +34,7 @@ runs:
34
working-directory: ${{ inputs.working-directory }}
35
- name: Prepare NPM Token
36
run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
37
+ working-directory: ${{ inputs.working-directory }}
38
shell: bash
39
env:
40
NPM_TOKEN: ${{ inputs.token }}
0 commit comments