Split create and delete

This commit is contained in:
Aaron Dalton 2024-01-18 20:57:55 -08:00
parent 16c9a1f99e
commit d9f5b245d3

View File

@ -44,7 +44,8 @@ jobs:
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/fork/automation ^upstream -- .github/**| git cherry-pick --stdin
git tag -d ${TAG} release/${TAG}
git tag -d ${TAG}
git tag ${TAG} release/${TAG}
done
for TAG in ${NEW_TAGS}; do git push -u origin release/${TAG} ${TAG}; done
working-directory: homepage