Skip to content

Commit 4081e36

Browse files
committed
Updated release.yml
1 parent 3bea9c2 commit 4081e36

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v3
1717
with:
18-
persist-credentials: false
18+
persist-credentials: true
1919
fetch-depth: 0
2020
- name: Setup Git
2121
run: |
@@ -27,5 +27,4 @@ jobs:
2727
run: npx semantic-release
2828
env:
2929
NPM_TOKEN: ${{secrets.npm_token}}
30-
GH_TOKEN: ${{secrets.GH_TOKEN}}
3130
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)