We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b9de4c commit d57fdd0Copy full SHA for d57fdd0
.github/workflows/nodejs-publish.yml
@@ -18,14 +18,13 @@ jobs:
18
uses: actions/setup-node@v1
19
with:
20
node-version: ${{ matrix.node-version }}
21
- - name: Install vsce
22
- run: npm install -g vsce
23
- name: Package extension
24
run: |
25
tag=${GITHUB_REF#refs/tags/}
26
echo "Setting package version $tag"
27
npm --no-git-tag-version version "$tag"
28
npm run compile
+ npm install -g vsce
29
vsce package
30
- name: Publish extension to marketplace
31
env:
0 commit comments