Skip to content

Commit 53f41a5

Browse files
committed
refactor: streamline publish workflow by removing redundant steps and enhancing source checkout
1 parent 0ea50a0 commit 53f41a5

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -141,17 +141,13 @@ jobs:
141141
with:
142142
name: extension-v${{ needs.validate.outputs.version }}
143143

144-
- name: Downloaded package
145-
run: |
146-
echo "📦 Downloaded artifact contents:"
147-
ls -lh
148-
echo "Current directory: $(pwd)"
144+
- name: Checkout source code
145+
uses: actions/checkout@v4
149146

150147
- name: Install vsce
151148
run: |
152-
echo "🔧 Installing vsce..."
153149
npm install -g @vscode/vsce
154-
echo "VSCE version: $(vsce --version)"
150+
vsce --version
155151
156152
- name: Diagnostic check
157153
run: |

0 commit comments

Comments
 (0)