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 257275a commit 6fe147aCopy full SHA for 6fe147a
.github/workflows/ci.yml
@@ -33,4 +33,7 @@ jobs:
33
run: yarn
34
35
- name: Release
36
- run: npx semantic-release
+ run: npx semantic-release
37
+ env:
38
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments