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 49a21a9 commit 3ebe18fCopy full SHA for 3ebe18f
1 file changed
.github/workflows/release.yml
@@ -9,7 +9,9 @@ jobs:
9
publish:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
13
+ with:
14
+ persist-credentials: false
15
- uses: actions/setup-node@v1
16
with:
17
node-version: 12
@@ -22,6 +24,6 @@ jobs:
22
24
run: yarn run tests
23
25
- name: Release
26
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
28
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
29
run: npx semantic-release
0 commit comments