Skip to content

Commit bdcfaa2

Browse files
committed
fix(ci): allow same version in VS Code extension release workflow
1 parent 124b023 commit bdcfaa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-vscode-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
123123
- name: Update package.json version
124124
working-directory: editors/vscode
125-
run: npm version ${{ steps.version.outputs.version }} --no-git-tag-version
125+
run: npm version ${{ steps.version.outputs.version }} --no-git-tag-version --allow-same-version
126126

127127
- name: Install vsce
128128
run: npm install -g @vscode/vsce

0 commit comments

Comments
 (0)