There was an error while loading. Please reload this page.
1 parent fb52fc0 commit 8b1f97eCopy full SHA for 8b1f97e
1 file changed
.github/workflows/release.yml
@@ -251,7 +251,10 @@ jobs:
251
with:
252
name: excel-power-query-editor-vsix-${{ needs.determine-release.outputs.release_type }}
253
254
- - name: 🚀 Publish to VS Code Marketplace
+ - name: � Install dependencies
255
+ run: npm ci
256
+
257
+ - name: �🚀 Publish to VS Code Marketplace
258
env:
259
VSCE_PAT: ${{ secrets.VSCE_PAT }}
260
run: |
0 commit comments