Push tags on fork-sync
This commit is contained in:
parent
4dbc89b15f
commit
79b739b25e
5
.github/workflows/fork-sync.yml
vendored
5
.github/workflows/fork-sync.yml
vendored
@ -42,7 +42,10 @@ jobs:
|
|||||||
git tag -d ${TAG}
|
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}; done
|
for TAG in ${NEW_TAGS}; do
|
||||||
|
git push -u origin release/${TAG}
|
||||||
|
git push origin ${TAG}
|
||||||
|
done
|
||||||
env:
|
env:
|
||||||
NEW_TAGS: ${{inputs.tags || steps.fetch-upstream-tags.outputs.NEW_TAGS}}
|
NEW_TAGS: ${{inputs.tags || steps.fetch-upstream-tags.outputs.NEW_TAGS}}
|
||||||
env:
|
env:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user