Skip to content

Commit 4a75bbc

Browse files
committed
Merge branch 'release/1.3.22' into main
2 parents c9430e7 + 7db1feb commit 4a75bbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
npm -v
2828
npm ci
29-
npm install -g vsce ovsx npx
29+
npm install -g vsce ovsx
3030
- run: vsce publish -p ${{ secrets.VSCE_TOKEN }}
3131
- name: Generate Package and Create Release
3232
env:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-gitflow",
33
"displayName": "Git Flow",
44
"description": "Git-Flow support for VS Code",
5-
"version": "1.3.21",
5+
"version": "1.3.22",
66
"engines": {
77
"vscode": "^1.64.0"
88
},

0 commit comments

Comments
 (0)