We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 283743d commit e46b87aCopy full SHA for e46b87a
.github/workflows/publish.yml
@@ -16,6 +16,7 @@ jobs:
16
with:
17
node-version: 20
18
registry-url: 'https://registry.npmjs.org'
19
+ - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
20
- name: Cache
21
uses: actions/cache@v3
22
0 commit comments