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.
2 parents 70a7add + 0cfd6e6 commit c31481bCopy full SHA for c31481b
.github/workflows/release.yml
@@ -46,4 +46,6 @@ jobs:
46
- name: Run semantic-release
47
env:
48
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
+# TODO: remove NPM_TOKEN
50
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
51
run: yarn release
0 commit comments