Delete original tag
This commit is contained in:
parent
c9c51cdfc6
commit
837ae856eb
1
.github/workflows/fork-sync.yml
vendored
1
.github/workflows/fork-sync.yml
vendored
@ -44,6 +44,7 @@ jobs:
|
|||||||
git checkout -b release/${TAG} ${TAG}
|
git checkout -b release/${TAG} ${TAG}
|
||||||
git rev-list --no-merges --reverse origin/feature/add_auth ^upstream | git cherry-pick --stdin
|
git rev-list --no-merges --reverse origin/feature/add_auth ^upstream | git cherry-pick --stdin
|
||||||
git rev-list --no-merges --reverse origin/fork/automation ^upstream -- .github/**| git cherry-pick --stdin
|
git rev-list --no-merges --reverse origin/fork/automation ^upstream -- .github/**| git cherry-pick --stdin
|
||||||
|
git tag -d ${TAG}
|
||||||
git tag ${TAG} release/${TAG}
|
git tag ${TAG} release/${TAG}
|
||||||
done
|
done
|
||||||
for TAG in ${NEW_TAGS}; do git push -u origin release/${TAG} ${TAG}; done
|
for TAG in ${NEW_TAGS}; do git push -u origin release/${TAG} ${TAG}; done
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user