]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Add (linux) release action. indent
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 8 Aug 2020 13:31:17 +0000 (15:31 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 8 Aug 2020 13:31:17 +0000 (15:31 +0200)
.github/workflows/linux-release.yml

index c5d5b416a998650bb8c8d4a86d478e66fe27f144..3ac48ba228614d685c228c10cea4e7f30d6b12ff 100644 (file)
@@ -30,7 +30,7 @@ jobs:
       env:                                                                                                                                                                                
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token                                                           
       with:                                                                                                                                                                               
-        tag_name: ${{ github.ref }}                                                                                                                                                       
+        tag_name: Linux ${{ github.ref }}                                                                                                                                                       
         release_name: Linux ${{ github.ref }}                                                                                                                                             
         body: |                                                                                                                                                                           
           Generated by github actions