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 b48edfb commit 5047dc9Copy full SHA for 5047dc9
.github/workflows/publish.yml
@@ -10,9 +10,6 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v2
13
- with:
14
- fetch-depth: 0
15
- persist-credentials: false
16
- uses: actions/setup-node@v2
17
with:
18
node-version: '16'
@@ -21,5 +18,5 @@ jobs:
21
- name: Semantic Release
22
19
uses: cycjimmy/semantic-release-action@v2
23
20
env:
24
- GITHUB_TOKEN: ${{ secrets.SEMENTIC_AND_DEPBOT_TOKEN }}
+ GH_TOKEN: ${{ secrets.SEMENTIC_AND_DEPBOT_TOKEN }}
25
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments