mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
ci: tweak
This commit is contained in:
parent
2d9ed06367
commit
ac8709ac7a
2 changed files with 5 additions and 1 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
|
@ -7,6 +7,10 @@ on:
|
|||
description: "Version to publish"
|
||||
required: true
|
||||
type: string
|
||||
title:
|
||||
description: "Custom title for this run"
|
||||
required: false
|
||||
type: string
|
||||
|
||||
concurrency: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
|
|
|
|||
|
|
@ -38,5 +38,5 @@ fi
|
|||
|
||||
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…
Add table
Add a link
Reference in a new issue