]> 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:34:24 +0000 (15:34 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 8 Aug 2020 13:34:24 +0000 (15:34 +0200)
.github/workflows/linux-release.yml

index 3ac48ba228614d685c228c10cea4e7f30d6b12ff..4f0b5164550fc6bf81824c91e39f97e353d0a0df 100644 (file)
@@ -30,8 +30,8 @@ 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: Linux ${{ github.ref }}                                                                                                                                                       
-        release_name: Linux ${{ github.ref }}                                                                                                                                             
+        tag_name: "Linux-${{ github.ref }}"
+        release_name: "Linux-${{ github.ref }}-release"
         body: |                                                                                                                                                                           
           Generated by github actions                                                                                                                                                     
         draft: false