ci: tweak
parent
2d9ed06367
commit
ac8709ac7a
|
|
@ -7,6 +7,10 @@ on:
|
||||||
description: "Version to publish"
|
description: "Version to publish"
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
title:
|
||||||
|
description: "Custom title for this run"
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
|
||||||
concurrency: ${{ github.workflow }}-${{ github.ref }}
|
concurrency: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -38,5 +38,5 @@ fi
|
||||||
|
|
||||||
echo "New version: $new_version"
|
echo "New version: $new_version"
|
||||||
|
|
||||||
gh workflow run publish.yml -f version="$new_version"
|
gh workflow run publish.yml -f version="$new_version" -f title="$new_version"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue