Skip to content

Commit

Permalink
Fix workflow release
Browse files Browse the repository at this point in the history
  • Loading branch information
RedCMD committed Dec 25, 2024
1 parent 3fcd6aa commit 759fc57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Publish Pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Install Dependencies # vsce etc
run: | # shell
npm i vsce -g
npm i @vscode/vsce -g
- name: Setup Github Actions # allow use of `git push`
run: | # shell
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Install Dependencies # vsce etc
run: | # shell
npm i vsce -g
npm i @vscode/vsce -g
- name: Setup Github Actions # allow use of `git push`
run: | # shell
Expand Down

0 comments on commit 759fc57

Please sign in to comment.