-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
71c8d22
commit 9407974
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
node-version: v16.x | ||
#- run: npm install -g npm@latest | ||
- run: npm install -g [email protected] | ||
- run: npm install -g vscode/[email protected] | ||
- run: npm install -g @vscode/[email protected] | ||
- run: vsce package --out dist/ | ||
|
||
|
||
|
@@ -128,7 +128,7 @@ jobs: | |
id: get_version | ||
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/} | ||
|
||
- run: npm install -g vscode/[email protected] | ||
- run: npm install -g @vscode/[email protected] | ||
- run: vsce publish -p "${MARKETPLACE_TOKEN}" --packagePath dist/${PACKAGE_NAME}-${VERSION}.vsix | ||
env: | ||
# Note: Marketplace Token according to: | ||
|