Skip to content

Commit

Permalink
Merge branch 'release/1.3.22' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhioromano committed Sep 18, 2022
2 parents c9430e7 + 7db1feb commit 4a75bbc
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
npm -v
npm ci
npm install -g vsce ovsx npx
npm install -g vsce ovsx
- run: vsce publish -p ${{ secrets.VSCE_TOKEN }}
- name: Generate Package and Create Release
env:
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": "vscode-gitflow",
"displayName": "Git Flow",
"description": "Git-Flow support for VS Code",
"version": "1.3.21",
"version": "1.3.22",
"engines": {
"vscode": "^1.64.0"
},
Expand Down

0 comments on commit 4a75bbc

Please sign in to comment.