Skip to content

Commit 21d9f56

Browse files
committed
Update publish-snapshot.yml
1 parent 769f348 commit 21d9f56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-snapshot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
timeout-minutes: 60
2525
runs-on: ubuntu-latest
2626
steps:
27+
- uses: actions/checkout@v4
28+
with:
29+
persist-credentials: false
30+
2731
- name: Set snapshot_name in gradle.properties if set
2832
env:
2933
SNAPSHOT_NAME: ${{ inputs.snapshot_name }}

0 commit comments

Comments
 (0)