Skip to content

Commit cedb01c

Browse files
authored
Update release.yml
1 parent f1f139b commit cedb01c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ jobs:
3838
- name: Install Dependencies
3939
run: npm ci
4040

41-
# Build the bundled extension (produces dist/extension.js for main entrypoint)
42-
- name: Build Extension
43-
run: npm run esbuild
44-
4541
# Step 4: Handle prerelease logic for pushes to 'develop'.
4642
- name: Publish Prerelease to Open VSX
4743
if: github.ref == 'refs/heads/develop'
@@ -57,5 +53,4 @@ jobs:
5753
with:
5854
pat: ${{ env.publish_token }}
5955
registryUrl: https://marketplace.visualstudio.com
60-
extensionFile: ${{ steps.prereleaseOpenVsx.outputs.vsixPath }}
6156
preRelease: true

0 commit comments

Comments
 (0)