Skip to content

Commit

Permalink
feat: release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolLoong committed Sep 19, 2024
1 parent 046d4bb commit e8557ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
TARGET: ${{ matrix.rust_target }}
- shell: pwsh
run: echo "target=${{ matrix.platform }}-${{ matrix.arch }}" >> $env:GITHUB_ENV
- run: npx vsce package --pre-release --target ${{ env.target }}
- run: npx vsce package --target ${{ env.target }}
- uses: actions/upload-artifact@v2
with:
name: ${{ env.target }}
Expand All @@ -82,6 +82,6 @@ jobs:
if: success() && startsWith( github.ref, 'refs/tags/')
steps:
- uses: actions/download-artifact@v2
- run: npx vsce publish --pre-release --packagePath $(find . -iname *.vsix)
- run: npx vsce publish --packagePath $(find . -iname *.vsix)
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jsonui-support-client",
"description": "A VSCode extension providing intelligent code completion for Minecraft Bedrock JSON-UI.",
"license": "MIT",
"version": "0.0.2",
"version": "0.0.3",
"engines": {
"vscode": "^1.85.0"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "jsonui support",
"publisher": "CoolLoong",
"license": "MIT",
"version": "0.0.2",
"version": "0.0.3",
"icon": "icon.png",
"categories": ["Snippets"],
"keywords": [
Expand Down

0 comments on commit e8557ca

Please sign in to comment.