mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-28 04:49:21 +02:00
Push Tag
This commit is contained in:
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user