Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
HinsonSIDAN committed Dec 10, 2024
1 parent 69e53c1 commit 7b3ce42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
node-version: 18.x
- run: yarn install
- name: Publish
if: success() && startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest'
if: success() && startsWith(github.ref, 'refs/tags/')
run: yarn deploy
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
2 changes: 1 addition & 1 deletion vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "Cardano Devkit (Alpha)",
"description": "A VSCode extension for cardano development",
"publisher": "sidan-lab",
"version": "0.0.4",
"version": "0.0.5",
"repository": {
"type": "git",
"url": "https://github.com/cardano-foundation/cardano-devkit"
Expand Down

0 comments on commit 7b3ce42

Please sign in to comment.