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