File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
git tag ${{ steps.list-branches.outputs.new_beta_tag }}
104
104
# Push the changes and tag to the beta branch using PAT
105
105
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 }}
107
107
108
108
# Reset and prepare the stable branch
109
109
git checkout ${{ steps.list-branches.outputs.stable }}
@@ -121,4 +121,4 @@ jobs:
121
121
git tag ${{ steps.list-branches.outputs.new_stable_tag }}
122
122
# Push the changes and tag to the stable branch using PAT
123
123
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 }}
You can’t perform that action at this time.
0 commit comments