From fcf311af77c053258fe9668653259a53501dd9f6 Mon Sep 17 00:00:00 2001 From: Aaron Dalton Date: Thu, 18 Jan 2024 21:45:46 -0800 Subject: [PATCH] revert changre --- .github/workflows/fork-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fork-sync.yml b/.github/workflows/fork-sync.yml index aa1776bf..ce925302 100644 --- a/.github/workflows/fork-sync.yml +++ b/.github/workflows/fork-sync.yml @@ -44,7 +44,7 @@ jobs: run: | for TAG in ${NEW_TAGS}; do - git checkout -b release/${TAG} upstream/${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/fork/automation ^upstream -- .github/**| git cherry-pick --stdin git tag -d ${TAG}