Skip to content

Commit

Permalink
Release v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjiaxuan committed Sep 19, 2024
1 parent 684a5f4 commit 5ad6dd0
Show file tree
Hide file tree
Showing 4 changed files with 5,391 additions and 6,405 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
release:
needs: publish
permissions:
contents: write
id-token: write
Expand All @@ -23,7 +24,9 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org

- run: |
npm i @vscode/vsce -g
npm i -O @rollup/rollup-linux-x64-gnu
vsce publish -p ${{ secrets.VSCE_PUBLISH }}
- uses: pnpm/action-setup@v3
with:
version: 9
run_install: true

- run: pnpm run publish -p ${{ secrets.VSCE_PUBLISH }}
Loading

0 comments on commit 5ad6dd0

Please sign in to comment.