From 376691ef74f0e4b7e4f7430939e8cce30d9f0b01 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sun, 28 Feb 2021 01:41:13 +0600 Subject: [PATCH] Update commit-release.yml --- .github/workflows/commit-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit-release.yml b/.github/workflows/commit-release.yml index ac7377a..d7afc89 100644 --- a/.github/workflows/commit-release.yml +++ b/.github/workflows/commit-release.yml @@ -21,7 +21,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: ${{ github.sha }} + tag_name: build-${{ github.sha }} release_name: Commit ${{ github.sha }} body: It is just temporal release for ${{ github.sha }} commit draft: false