We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gh
1 parent 84fdd8e commit 5245ea6Copy full SHA for 5245ea6
1 file changed
.github/workflows/ci.yml
@@ -64,12 +64,17 @@ jobs:
64
release:
65
if: github.event_name == 'release'
66
needs:
67
+ - actions
68
- test
69
name: Release
70
runs-on: ubuntu-latest
71
permissions:
72
contents: write
73
steps:
74
+ - name: Clone repository
75
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
76
+ with:
77
+ persist-credentials: false
78
- name: Download VSIX
79
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
80
with:
0 commit comments