Skip to content

Commit b274ec5

Browse files
authored
Merge pull request #79 from REST-API-Client/fix/ci-force-tag
fix(ci): force push tag to handle retries
2 parents c3e2f0c + b975443 commit b274ec5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cicd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
- name: Create and push tag
6969
run: |
7070
VERSION=$(node -p "require('./package.json').version")
71-
git tag "v${VERSION}"
72-
git push origin "v${VERSION}"
71+
git tag -f "v${VERSION}"
72+
git push origin "v${VERSION}" --force
7373
7474
- name: Install vsce
7575
run: npm i -g @vscode/vsce

0 commit comments

Comments
 (0)