This repository has been archived by the owner on May 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: switch to npm due to vsce issue 421
- Loading branch information
Showing
6 changed files
with
11,173 additions
and
4,849 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 |
---|---|---|
|
@@ -17,14 +17,10 @@ jobs: | |
uses: actions/setup-node@v3 | ||
with: | ||
node-version: "lts/*" | ||
- name: Enable corepack | ||
run: corepack enable | ||
- name: Activate pnpm | ||
run: corepack prepare [email protected] --activate | ||
- name: Install dependencies | ||
run: pnpm install | ||
run: npm install | ||
- name: Release | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
VSCE_PAT: ${{ secrets.VSCE_PAT }} | ||
run: pnpm semantic-release | ||
run: npm run semantic-release |
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
Oops, something went wrong.