From: Jérémie Astor Date: Thu, 18 Feb 2021 18:57:42 +0000 (+0100) Subject: :wrench: Try Windows release (again and again). Fix tag_name X-Git-Tag: nightly~937 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=005f91981e5968bb50f5b2a00d1acfb0a50b2b01;p=gwion.git :wrench: Try Windows release (again and again). Fix tag_name --- diff --git a/.github/workflows/linux-release.yml b/.github/workflows/linux-release.yml index e3cc40ca..18753f63 100644 --- a/.github/workflows/linux-release.yml +++ b/.github/workflows/linux-release.yml @@ -29,7 +29,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.sha }} + tag_name: linux-${{ github.sha }} release_name: release-${{ github.ref }} body: | Generated by github actions diff --git a/.github/workflows/windows-release.yml b/.github/workflows/windows-release.yml index cb60a8c5..127e7ef3 100644 --- a/.github/workflows/windows-release.yml +++ b/.github/workflows/windows-release.yml @@ -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.sha }} + tag_name: windows-${{ github.sha }} release_name: release-${{ github.ref }} body: | Generated by github actions