This commit is contained in:
Yuhong Sun
2024-10-27 19:56:29 -07:00
parent 7856718db8
commit e2c4c07c34

View File

@@ -103,7 +103,7 @@ jobs:
git tag ${{ steps.list-branches.outputs.new_beta_tag }}
# Push the changes and tag to the beta branch using PAT
git push origin ${{ steps.list-branches.outputs.beta }}
#git push origin ${{ steps.list-branches.outputs.new_beta_tag }}
git push origin ${{ steps.list-branches.outputs.new_beta_tag }}
# Reset and prepare the stable branch
git checkout ${{ steps.list-branches.outputs.stable }}
@@ -121,4 +121,4 @@ jobs:
git tag ${{ steps.list-branches.outputs.new_stable_tag }}
# Push the changes and tag to the stable branch using PAT
git push origin ${{ steps.list-branches.outputs.stable }}
#git push origin ${{ steps.list-branches.outputs.new_stable_tag }}
git push origin ${{ steps.list-branches.outputs.new_stable_tag }}