mirror of
https://github.com/InsanusMokrassar/KotlinPublicationScriptsBuilder.git
synced 2024-11-22 08:13:56 +00:00
Update commit-release.yml
This commit is contained in:
parent
9a5d01224c
commit
376691ef74
2
.github/workflows/commit-release.yml
vendored
2
.github/workflows/commit-release.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ github.sha }}
|
tag_name: build-${{ github.sha }}
|
||||||
release_name: Commit ${{ github.sha }}
|
release_name: Commit ${{ github.sha }}
|
||||||
body: It is just temporal release for ${{ github.sha }} commit
|
body: It is just temporal release for ${{ github.sha }} commit
|
||||||
draft: false
|
draft: false
|
||||||
|
Loading…
Reference in New Issue
Block a user