We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea50a0 commit 53f41a5Copy full SHA for 53f41a5
1 file changed
.github/workflows/publish.yml
@@ -141,17 +141,13 @@ jobs:
141
with:
142
name: extension-v${{ needs.validate.outputs.version }}
143
144
- - name: Downloaded package
145
- run: |
146
- echo "📦 Downloaded artifact contents:"
147
- ls -lh
148
- echo "Current directory: $(pwd)"
+ - name: Checkout source code
+ uses: actions/checkout@v4
149
150
- name: Install vsce
151
run: |
152
- echo "🔧 Installing vsce..."
153
npm install -g @vscode/vsce
154
- echo "VSCE version: $(vsce --version)"
+ vsce --version
155
156
- name: Diagnostic check
157
0 commit comments