From 62fb11954ae7c601fcdc4d69f98efd1a5a33c152 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 8 Aug 2020 15:47:01 +0200 Subject: [PATCH] :wrench: Add (linux) release action. indent --- .github/workflows/linux-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-release.yml b/.github/workflows/linux-release.yml index f1a36a74..9885faca 100644 --- a/.github/workflows/linux-release.yml +++ b/.github/workflows/linux-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.ref }} + tag_name: tag-${{ github.sha }} release_name: release-${{ github.ref }} body: | Generated by github actions -- 2.43.0