Updated push method in trigger release to hopefully push the tag also
This commit is contained in:
4
.github/workflows/trigger-release.yml
vendored
4
.github/workflows/trigger-release.yml
vendored
@@ -42,4 +42,6 @@ jobs:
|
||||
|
||||
- name: Push
|
||||
run: |
|
||||
git push --follow-tags
|
||||
latest_tag=$(git describe --tags --abbrev=0)
|
||||
echo "Pushing branch master and tag $latest_tag"
|
||||
git push --atomic origin master $latest_tag
|
||||
|
||||
Reference in New Issue
Block a user