We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3e2f0c + b975443 commit b274ec5Copy full SHA for b274ec5
1 file changed
.github/workflows/cicd.yaml
@@ -68,8 +68,8 @@ jobs:
68
- name: Create and push tag
69
run: |
70
VERSION=$(node -p "require('./package.json').version")
71
- git tag "v${VERSION}"
72
- git push origin "v${VERSION}"
+ git tag -f "v${VERSION}"
+ git push origin "v${VERSION}" --force
73
74
- name: Install vsce
75
run: npm i -g @vscode/vsce
0 commit comments