Skip to content

Commit

Permalink
ci: dont persist git credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
bytestream committed Nov 22, 2020
1 parent 89001b4 commit 82a9b81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- uses: actions/checkout@v2.3.3
with:
fetch-depth: 0
persist-credentials: false

# Cache npm packages.
- uses: actions/cache@v2
Expand Down

0 comments on commit 82a9b81

Please sign in to comment.