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.
1 parent e226443 commit 2103fc1Copy full SHA for 2103fc1
.github/workflows/release.yml
@@ -127,6 +127,13 @@ jobs:
127
env:
128
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
129
steps:
130
+ - name: Checkout
131
+ uses: actions/checkout@v4
132
+
133
+ - uses: actions/setup-node@v4
134
+ with:
135
+ node-version-file: extensions/ql-vscode/.nvmrc
136
137
- name: Download artifact
138
uses: actions/download-artifact@v4
139
with:
@@ -144,6 +151,13 @@ jobs:
144
151
145
152
OPEN_VSX_TOKEN: ${{ secrets.OPEN_VSX_TOKEN }}
146
153
154
155
156
157
158
159
160
147
161
148
162
149
163
0 commit comments