Explicitly remove workflows

This commit is contained in:
Aaron Dalton 2024-02-15 09:51:44 -05:00 committed by Aaron Dalton
parent 705237b486
commit 1d107e901c

View File

@ -38,6 +38,8 @@ jobs:
run: |
for TAG in ${NEW_TAGS}; do
git checkout -b release/${TAG} ${TAG}
git rm .github/workflows/*
git commit -m "Remove existing workflows"
git rev-list --no-merges --reverse main ^upstream/main | git cherry-pick --stdin
done
for TAG in ${NEW_TAGS}; do