Skip to content

Commit a264939

Browse files
committed
fix: vsix - checkout first to get packagemManager version
1 parent 3d4efe1 commit a264939

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/vsix.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ jobs:
7373
runs-on: ubuntu-latest
7474
needs: build
7575
steps:
76+
- name: Checkout code
77+
uses: actions/checkout@v6
78+
7679
- name: Download VSIX
7780
uses: actions/download-artifact@v5
7881
with:
@@ -90,6 +93,9 @@ jobs:
9093
runs-on: ubuntu-latest
9194
needs: build
9295
steps:
96+
- name: Checkout code
97+
uses: actions/checkout@v6
98+
9399
- name: Download VSIX
94100
uses: actions/download-artifact@v5
95101
with:

packages/vscode-plugin/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"private": true,
88
"author": "Dominic Gannaway",
99
"license": "MIT",
10-
"packageManager": "pnpm@10.18.2",
1110
"engines": {
1211
"vscode": "^1.97.0"
1312
},

0 commit comments

Comments
 (0)