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 5589b61 commit 1e1157fCopy full SHA for 1e1157f
.github/workflows/main.yml
@@ -97,10 +97,11 @@ jobs:
97
with:
98
node-version: lts/*
99
cache: npm
100
+ registry-url: 'https://registry.npmjs.org'
101
- run: npm ci
102
# Branches that will release new versions are defined in .releaserc.json
103
- run: npm run release
104
env:
105
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
106
+ NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
107
NPM_CONFIG_PROVENANCE: true
0 commit comments