Skip to content

Commit d8f3659

Browse files
v0.0.4
1 parent e089aa1 commit d8f3659

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/cache@v2
3333
with:
3434
path: |
35-
./bazel-vscode-0.0.3.vsix
35+
./bazel-vscode-0.0.4.vsix
3636
key: ${{ env.cache-name }}-${{ github.run_id }}
3737
publish:
3838
needs: [build]
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/cache@v2
4343
with:
44-
path: ./bazel-vscode-0.0.3.vsix
44+
path: ./bazel-vscode-0.0.4.vsix
4545
key: ${{ env.cache-name }}-${{ github.run_id }}
4646
- name: Create tag
4747
if: contains(github.ref, 'master')
@@ -67,8 +67,8 @@ jobs:
6767
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6868
with:
6969
upload_url: ${{ steps.create_release.outputs.upload_url }}
70-
asset_path: ./bazel-vscode-0.0.3.vsix
71-
asset_name: bazel-vscode-0.0.3.vsix
70+
asset_path: ./bazel-vscode-0.0.4.vsix
71+
asset_name: bazel-vscode-0.0.4.vsix
7272
asset_content_type: application/octet-stream
7373
- name: Publish Release
7474
if: contains(github.ref, 'master')

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publisher": "salesforce",
55
"repository": "https://github.com/salesforce/bazel-vscode",
66
"description": "bazel-vscode",
7-
"version": "0.0.3",
7+
"version": "0.0.4",
88
"engines": {
99
"vscode": "^1.46.0"
1010
},

0 commit comments

Comments
 (0)