mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-22 18:24:21 +01:00
ci: tweak
This commit is contained in:
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user