We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 124b023 commit bdcfaa2Copy full SHA for bdcfaa2
.github/workflows/release-vscode-extension.yml
@@ -122,7 +122,7 @@ jobs:
122
123
- name: Update package.json version
124
working-directory: editors/vscode
125
- run: npm version ${{ steps.version.outputs.version }} --no-git-tag-version
+ run: npm version ${{ steps.version.outputs.version }} --no-git-tag-version --allow-same-version
126
127
- name: Install vsce
128
run: npm install -g @vscode/vsce
0 commit comments