We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41ac66a commit 7c236d3Copy full SHA for 7c236d3
1 file changed
.github/workflows/release.yml
@@ -90,6 +90,9 @@ jobs:
90
needs: [build, release]
91
if: ${{ needs.release.outputs.release_created == 'true' }}
92
steps:
93
+ - name: Checkout
94
+ uses: actions/checkout@v5
95
+
96
- name: Download VSIX
97
uses: actions/download-artifact@v4
98
with:
0 commit comments