Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardDrummer committed Sep 17, 2024
1 parent 71c8d22 commit 9407974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/


Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 9407974

Please sign in to comment.