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 77d8385 commit fde17dfCopy full SHA for fde17df
.github/workflows/release-on-master.yml
@@ -20,7 +20,7 @@ jobs:
20
# TODO run build:package and prepare npm package for release
21
- name: Release
22
env:
23
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
24
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
25
run: npx semantic-release
26
# We need to build for web after semantic release so that it uses the
0 commit comments