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 70c7356 commit 95b9be3Copy full SHA for 95b9be3
.github/workflows/publish.yaml
@@ -59,6 +59,10 @@ jobs:
59
echo "changelog<<EOF" >> $GITHUB_OUTPUT
60
echo "$CHANGELOG" >> $GITHUB_OUTPUT
61
echo "EOF" >> $GITHUB_OUTPUT
62
+ - name: Initialize .npmrc
63
+ run: |
64
+ echo -e "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}\n$(cat .npmrc)" > .npmrc
65
+ && cat -n .npmrc
66
- name: Publish to NPM
67
id: publish
68
env:
0 commit comments