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 85da067 commit c83929eCopy full SHA for c83929e
.github/workflows/publish.yml
@@ -41,3 +41,6 @@ jobs:
41
node-version: ${{ matrix.node-version }}
42
- run: npm ci
43
- run: npm run semantic-release
44
+ env:
45
+ NPM_TOKEN: ${{secrets.NPM_TOKEN}}
46
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments