(bump:patch) push latest branch after update pointer (#64)
* push latest branch after update pointer * force push update latest pointer * update docs
This commit is contained in:
5
.github/workflows/auto-bump-and-release.yaml
vendored
5
.github/workflows/auto-bump-and-release.yaml
vendored
@@ -44,4 +44,7 @@ jobs:
|
||||
tag_name: ${{ steps.update-version.outputs.new_tag }}
|
||||
make_latest: true
|
||||
- name: Update latest branch
|
||||
run: git branch -f latest tags/${{ steps.update-version.outputs.new_tag }}
|
||||
run: |
|
||||
git branch -f latest tags/${{ steps.update-version.outputs.new_tag }}
|
||||
git checkout latest
|
||||
git push -f
|
||||
|
Reference in New Issue
Block a user