]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: test nightly
authorJérémie Astor <fennecdjay@gmail.com>
Fri, 2 Apr 2021 12:05:42 +0000 (14:05 +0200)
committerJérémie Astor <fennecdjay@gmail.com>
Fri, 2 Apr 2021 12:05:42 +0000 (14:05 +0200)
.github/workflows/nightly.yml

index c9077b06686cdd696800e8f222677a176ca8866e..bd662d1d4a8739882b6d292dd42f1a5c01133f5f 100644 (file)
@@ -45,7 +45,7 @@ jobs:
         git config --local user.email "action@github.com"
         git config --local user.name "GitHub Action"
         git tag -f -a nightly
-        git push origin -f nightly
+        git push origin -f --follow-tags nightly
 
     - name: Deploy release
       uses: WebFreak001/deploy-nightly@v1.1.0