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
ac8709ac7a
commit
10a0b7f60c
2 changed files with 2 additions and 1 deletions
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
|
|
@ -1,4 +1,5 @@
|
|||
name: publish
|
||||
run-name: "${{ format('v{0}', inputs.version) }}"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
|
|
@ -38,5 +38,5 @@ fi
|
|||
|
||||
echo "New version: $new_version"
|
||||
|
||||
gh workflow run publish.yml -f version="$new_version" -f title="$new_version"
|
||||
gh workflow run publish.yml -f version="$new_version"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue