Skip to content

Commit

Permalink
Merge pull request #40 from JennieJi/develop
Browse files Browse the repository at this point in the history
Resolve #13 fix actions
  • Loading branch information
JennieJi authored Mar 27, 2023
2 parents c8454cc + 91cdae8 commit c4c929c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 50 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/main.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
- run: yarn install --frozen-lockfile
- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v0
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.OPEN_VSX_TOKEN }}
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v0
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com
17 changes: 0 additions & 17 deletions .github/workflows/scheduled-version-update.yml

This file was deleted.

0 comments on commit c4c929c

Please sign in to comment.