Skip to content

Commit b524cea

Browse files
authored
fix: set token persistence false for checkout step, allowing us to use the proper token on release (#10)
1 parent 3f4a8d7 commit b524cea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
uses: actions/checkout@v3
1515
with:
1616
fetch-depth: 0
17+
persist-credentials: false
1718
- name: Setup Node.js
1819
uses: actions/setup-node@v3
1920
with:

0 commit comments

Comments
 (0)