always create release from upstream tag
This commit is contained in:
parent
ea8906d35a
commit
01942c8c61
2
.github/workflows/fork-sync.yml
vendored
2
.github/workflows/fork-sync.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
run: |
|
||||
|
||||
for TAG in ${NEW_TAGS}; do
|
||||
git checkout -b release/${TAG} ${TAG}
|
||||
git checkout -b release/${TAG} upstream/${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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user