We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44edee9 commit af15e62Copy full SHA for af15e62
.github/workflows/release.yml
@@ -26,15 +26,15 @@ jobs:
26
steps:
27
- uses: actions/checkout@v3
28
with:
29
- token: ${{ secrets.GH_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
30
- uses: actions/setup-node@v3
31
32
node-version: 20
33
cache: npm
34
- run: npm ci
35
- uses: cycjimmy/semantic-release-action@v4
36
env:
37
- GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
39
40
extra_plugins: |
0 commit comments