Skip to content

Commit e2c4c07

Browse files
committed
Push Tag
1 parent 7856718 commit e2c4c07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-backport-autotrigger.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
git tag ${{ steps.list-branches.outputs.new_beta_tag }}
104104
# Push the changes and tag to the beta branch using PAT
105105
git push origin ${{ steps.list-branches.outputs.beta }}
106-
#git push origin ${{ steps.list-branches.outputs.new_beta_tag }}
106+
git push origin ${{ steps.list-branches.outputs.new_beta_tag }}
107107
108108
# Reset and prepare the stable branch
109109
git checkout ${{ steps.list-branches.outputs.stable }}
@@ -121,4 +121,4 @@ jobs:
121121
git tag ${{ steps.list-branches.outputs.new_stable_tag }}
122122
# Push the changes and tag to the stable branch using PAT
123123
git push origin ${{ steps.list-branches.outputs.stable }}
124-
#git push origin ${{ steps.list-branches.outputs.new_stable_tag }}
124+
git push origin ${{ steps.list-branches.outputs.new_stable_tag }}

0 commit comments

Comments
 (0)