mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-30 09:40:50 +02:00
Add back Backport Tags
This commit is contained in:
@ -85,7 +85,7 @@ jobs:
|
|||||||
git tag ${{ steps.list-branches.outputs.new_beta_tag }}
|
git tag ${{ steps.list-branches.outputs.new_beta_tag }}
|
||||||
# Push the changes and tag to the beta branch using PAT
|
# Push the changes and tag to the beta branch using PAT
|
||||||
git push origin ${{ steps.list-branches.outputs.beta }} --force
|
git push origin ${{ steps.list-branches.outputs.beta }} --force
|
||||||
#git push origin ${{ steps.list-branches.outputs.new_beta_tag }} # This step does not trigger the workflow, better to do it manually for now
|
git push origin ${{ steps.list-branches.outputs.new_beta_tag }} # This step does not trigger the workflow, better to do it manually for now
|
||||||
|
|
||||||
# Prepare the stable branch
|
# Prepare the stable branch
|
||||||
git checkout ${{ steps.list-branches.outputs.stable }}
|
git checkout ${{ steps.list-branches.outputs.stable }}
|
||||||
@ -99,4 +99,4 @@ jobs:
|
|||||||
git tag ${{ steps.list-branches.outputs.new_stable_tag }}
|
git tag ${{ steps.list-branches.outputs.new_stable_tag }}
|
||||||
# Push the changes and tag to the stable branch using PAT
|
# Push the changes and tag to the stable branch using PAT
|
||||||
git push origin ${{ steps.list-branches.outputs.stable }} --force
|
git push origin ${{ steps.list-branches.outputs.stable }} --force
|
||||||
#git push origin ${{ steps.list-branches.outputs.new_stable_tag }} # This step does not trigger the workflow, better to do it manually for now
|
git push origin ${{ steps.list-branches.outputs.new_stable_tag }} # This step does not trigger the workflow, better to do it manually for now
|
||||||
|
Reference in New Issue
Block a user