From: Jérémie Astor Date: Sat, 8 Aug 2020 13:34:24 +0000 (+0200) Subject: :wrench: Add (linux) release action. indent X-Git-Tag: nightly~1383 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=57368c5b368734eaba66bec8d776e3e057fae714;p=gwion.git :wrench: Add (linux) release action. indent --- diff --git a/.github/workflows/linux-release.yml b/.github/workflows/linux-release.yml index 3ac48ba2..4f0b5164 100644 --- a/.github/workflows/linux-release.yml +++ b/.github/workflows/linux-release.yml @@ -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