mirror of
https://github.com/google/gn-language-server.git
synced 2025-12-23 12:26:43 +00:00
Push tags
This commit is contained in:
parent
759cded7e1
commit
e04323b4cc
1 changed files with 2 additions and 1 deletions
3
.github/workflows/nightly.yml
vendored
3
.github/workflows/nightly.yml
vendored
|
|
@ -58,4 +58,5 @@ jobs:
|
|||
version=$(./scripts/bump_version.py --update)
|
||||
git commit -a -m "Bump version to $version"
|
||||
git tag "v$version"
|
||||
git push --follow-tags
|
||||
git push origin ${{ github.head_ref }}
|
||||
git push origin "v$version"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue