Skip to content

Commit

Permalink
chore: fix workflow of create additional release tags (#2401)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Jan 19, 2024
1 parent 8cd1061 commit c0a3c1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create_additional_release_tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,7 @@ jobs:
# update the version.
CHECK_LATEST_TAG="unmanaged-dependencies-check-latest"
git tag ${CHECK_LATEST_TAG}
git push origin -f ${CHECK_LATEST_TAG}
# delete the tag in remote repo and push again.
git push --delete origin ${CHECK_LATEST_TAG}
git push origin ${CHECK_LATEST_TAG}

0 comments on commit c0a3c1c

Please sign in to comment.