(bump:patch) force push with set upstream (#67)

This commit is contained in:
ian_Cin 2024-05-15 18:15:03 +07:00 committed by GitHub
parent a122dc0a94
commit bd34facddc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,4 +49,4 @@ jobs:
run: | run: |
git branch -f latest tags/${{ steps.update-version.outputs.new_tag }} git branch -f latest tags/${{ steps.update-version.outputs.new_tag }}
git checkout latest git checkout latest
git push -f git push -f -u origin latest