Skip to content

Commit

Permalink
fix: set token persistence false for checkout step, allowing us to us…
Browse files Browse the repository at this point in the history
…e the proper token on release (#10)
  • Loading branch information
xShteff authored Apr 17, 2023
1 parent 3f4a8d7 commit b524cea
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 @@ -14,6 +14,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit b524cea

Please sign in to comment.