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 6df2593 commit 07962f2Copy full SHA for 07962f2
.github/workflows/publish.yml
@@ -23,3 +23,6 @@ jobs:
23
run: yarn build
24
- name: Release
25
run: yarn release
26
+ env:
27
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments