We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1044fbc commit 4e5c982Copy full SHA for 4e5c982
1 file changed
.github/workflows/release.yml
@@ -71,6 +71,7 @@ jobs:
71
uses: actions/checkout@v4
72
with:
73
fetch-depth: 0
74
+ token: ${{ secrets.GH_TOKEN }}
75
76
- name: Setup Node.js
77
uses: actions/setup-node@v4
@@ -92,7 +93,7 @@ jobs:
92
93
- name: Run semantic-release
94
run: npx semantic-release
95
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
96
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
97
HUSKY: 0
98
99
- name: Get the new version number
0 commit comments