Updated push method in trigger release to hopefully push the tag also

This commit is contained in:
Donkie
2023-12-29 11:43:21 +01:00
parent 64528b08e6
commit f083ed9c5c

View File

@@ -42,4 +42,6 @@ jobs:
- name: Push - name: Push
run: | 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