Skip to content

Commit 5245ea6

Browse files
committed
ci: add clone to make gh work
1 parent 84fdd8e commit 5245ea6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,17 @@ jobs:
6464
release:
6565
if: github.event_name == 'release'
6666
needs:
67+
- actions
6768
- test
6869
name: Release
6970
runs-on: ubuntu-latest
7071
permissions:
7172
contents: write
7273
steps:
74+
- name: Clone repository
75+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
76+
with:
77+
persist-credentials: false
7378
- name: Download VSIX
7479
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
7580
with:

0 commit comments

Comments
 (0)