Skip to content

Commit 6c65149

Browse files
authored
Merge pull request #6 from mygamedevtools/fix/ci
[Fix] Add missing persist-credentials to workflow
2 parents 7d5d957 + cd288e6 commit 6c65149

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
with:
1313
fetch-depth: 0
14+
persist-credentials: false
1415
- name: Release
1516
uses: cycjimmy/semantic-release-action@v3.1.2
1617
with:

0 commit comments

Comments
 (0)