mirror of
https://github.com/InsanusMokrassar/KotlinPublicationScriptsBuilder.git
synced 2024-11-22 00:03:57 +00:00
Update commit-release.yml
This commit is contained in:
parent
1f7913f0c4
commit
6cba004160
6
.github/workflows/commit-release.yml
vendored
6
.github/workflows/commit-release.yml
vendored
@ -21,9 +21,9 @@ 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.ref }}
|
tag_name: ${{ github.sha }}
|
||||||
release_name: Commit ${{ github.ref }}
|
release_name: Commit ${{ github.sha }}
|
||||||
body: It is just temporal release for ${{ github.ref }} commit
|
body: It is just temporal release for ${{ github.sha }} commit
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: true
|
prerelease: true
|
||||||
- name: Upload Ubuntu Release Asset
|
- name: Upload Ubuntu Release Asset
|
||||||
|
Loading…
Reference in New Issue
Block a user