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 a9ad70c commit faadd11Copy full SHA for faadd11
.github/workflows/release.yml
@@ -21,6 +21,6 @@ jobs:
21
run: yarn install --frozen-lockfile
22
- name: Release
23
env:
24
- NPM_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
25
GH_TOKEN: ${{ secrets.GH_TOKEN }}
26
run: npx semantic-release
0 commit comments