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

index f1a36a749496a5343bb679064dd244d5ead3e5dd..9885facad2d8e26f8d946697c1d771cc9563e8ff 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: tag-${{ github.ref }}
+        tag_name: tag-${{ github.sha }}
         release_name: release-${{ github.ref }}
         body: |                                                                                                                                                                           
           Generated by github actions