mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-12-22 02:30:44 -06:00
ci: use latest branch over tag
This commit is contained in:
parent
68e12d643c
commit
960d7acf26
1 changed files with 4 additions and 6 deletions
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
|
@ -26,12 +26,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: update latest tag
|
- name: update latest branch
|
||||||
uses: richardsimko/update-tag@v1
|
run: |
|
||||||
with:
|
git checkout -B latest
|
||||||
tag_name: latest
|
git push --force-with-lease -u origin latest
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
- name: Generate New Release
|
- name: Generate New Release
|
||||||
run: gh release create ${{ github.ref }}
|
run: gh release create ${{ github.ref }}
|
||||||
|
|
Loading…
Reference in a new issue