mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-02-04 19:03:35 +00:00
update tag_name
This commit is contained in:
parent
ee620760a2
commit
fad6178853
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -318,10 +318,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
tag_name: >
|
tag_name: ${{ format('{0}-{1}-{2}', env.BRANCH_NAME, steps.commit_count.outputs.count, steps.commit.outputs.short) }}
|
||||||
${{ github.ref_name == 'master' &&
|
|
||||||
format('release_{0}_{1}', steps.commit_count.outputs.count, steps.commit.outputs.short) ||
|
|
||||||
format('{0}-{1}', env.BRANCH_NAME, steps.commit.outputs.short) }}
|
|
||||||
|
|
||||||
- name: Upload release
|
- name: Upload release
|
||||||
id: upload_release
|
id: upload_release
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user