We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9430e7 + 7db1feb commit 4a75bbcCopy full SHA for 4a75bbc
.github/workflows/publish.yml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
npm -v
28
npm ci
29
- npm install -g vsce ovsx npx
+ npm install -g vsce ovsx
30
- run: vsce publish -p ${{ secrets.VSCE_TOKEN }}
31
- name: Generate Package and Create Release
32
env:
package.json
@@ -2,7 +2,7 @@
2
"name": "vscode-gitflow",
3
"displayName": "Git Flow",
4
"description": "Git-Flow support for VS Code",
5
- "version": "1.3.21",
+ "version": "1.3.22",
6
"engines": {
7
"vscode": "^1.64.0"
8
},
0 commit comments