Update commit-release.yml

This commit is contained in:
InsanusMokrassar 2021-02-28 01:41:13 +06:00 committed by GitHub
parent 9a5d01224c
commit 376691ef74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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