We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd96f1 commit 402f32cCopy full SHA for 402f32c
.github/workflows/create_additional_release_tag.yaml
@@ -38,6 +38,8 @@ jobs:
38
# Use fixed tag so that checks in handwritten libraries do not need to
39
# update the version.
40
CHECK_LATEST_TAG="unmanaged-dependencies-check-latest"
41
+ # delete and create the tag locally.
42
+ git tag --delete ${CHECK_LATEST_TAG}
43
git tag ${CHECK_LATEST_TAG}
44
# delete the tag in remote repo and push again.
45
git push --delete origin ${CHECK_LATEST_TAG}
0 commit comments