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 5da6af5 commit b4f6ad8Copy full SHA for b4f6ad8
.github/workflows/nodejs.yml
@@ -16,8 +16,6 @@ jobs:
16
node-version: 10
17
- run: npm ci
18
- run: npm run test:prod
19
- env:
20
- CI: true
21
22
publish:
23
needs: test
@@ -33,6 +31,5 @@ jobs:
33
31
- run: npm run deploy-docs
34
32
- run: npm run semantic-release
35
env:
36
37
- NPM_TOKEN: ${{secrets.NPM_TOKEN}}
38
- GH_TOKEN: ${{secrets.GH_TOKEN}}
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments