Skip to content

Commit

Permalink
version bump, allow openvsx failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Kakama committed Jan 5, 2024
1 parent 75ce444 commit b5febe3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@ jobs:
node-version: 16
- run: npm ci
- name: Publish to Open VSX Registry
continue-on-error: true
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.OPEN_VSX_TOKEN }}
preRelease: ${{ env.prerelease }}
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
preRelease: ${{ env.prerelease }}
registryUrl: https://marketplace.visualstudio.com
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Pact Programming Language",
"icon": "images/kadena_blue_icon.png",
"publisher": "kadena",
"version": "0.0.5",
"version": "0.0.6",
"engines": {
"vscode": "^1.75.0"
},
Expand Down

0 comments on commit b5febe3

Please sign in to comment.