Skip to content

Commit d57fdd0

Browse files
committed
Update
1 parent 1b9de4c commit d57fdd0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/nodejs-publish.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,13 @@ jobs:
1818
uses: actions/setup-node@v1
1919
with:
2020
node-version: ${{ matrix.node-version }}
21-
- name: Install vsce
22-
run: npm install -g vsce
2321
- name: Package extension
2422
run: |
2523
tag=${GITHUB_REF#refs/tags/}
2624
echo "Setting package version $tag"
2725
npm --no-git-tag-version version "$tag"
2826
npm run compile
27+
npm install -g vsce
2928
vsce package
3029
- name: Publish extension to marketplace
3130
env:

0 commit comments

Comments
 (0)