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 d12e668 commit 150fea2Copy full SHA for 150fea2
.github/workflows/release.yml
@@ -29,3 +29,6 @@ jobs:
29
- run: yarn
30
- run: yarn test
31
- run: npx semantic-release
32
+ env:
33
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
34
+ NPM_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments