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 4ddec03 commit 53716a0Copy full SHA for 53716a0
.github/workflows/publish.yml
@@ -23,6 +23,7 @@ jobs:
23
git config user.name "${GITHUB_ACTOR}"
24
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
25
echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
26
+ cat .npmrc
27
env:
28
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
29
- name: Install dependencies
0 commit comments