Skip to content

Commit

Permalink
chore: fix auto release workflow (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah committed Mar 5, 2021
1 parent 1c50db0 commit 626ecd3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
persist-credentials: false
- uses: cycjimmy/semantic-release-action@v2
with:
branch: master
Expand All @@ -19,4 +22,4 @@ jobs:
@semantic-release/changelog
@semantic-release/git
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 626ecd3

Please sign in to comment.