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 30f6797 commit 21b6578Copy full SHA for 21b6578
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
git config user.email "${{ github.actor}}@users.noreply.github.com"
30
npx lerna version --no-private --conventional-commits --yes
31
env:
32
- GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
+ GH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
33
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
34
- name: Set Current Version
35
run: |
0 commit comments