Skip to content

Commit

Permalink
Bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinMcNeil committed Sep 18, 2024
1 parent d2c0a7c commit 155c009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: npm install

- name: "Build extension"
run: git stash && npm run package ${{ github.event.release.tag_name }} && git stash pop
run: npm run package

- name: upload vsix
uses: actions/upload-release-asset@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "labs-ai-tools-vscode",
"displayName": "Labs: AI Tools for VSCode",
"description": "Run & Debug AI Prompts with Dockerized tools",
"version": "0.0.11",
"version": "0.1.0",
"publisher": "docker",
"repository": {
"type": "git",
Expand Down

0 comments on commit 155c009

Please sign in to comment.