Skip to content

Commit 10a0b7f

Browse files
committed
ci: tweak
1 parent ac8709a commit 10a0b7f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: publish
2+
run-name: "${{ format('v{0}', inputs.version) }}"
23

34
on:
45
workflow_dispatch:

script/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ fi
3838

3939
echo "New version: $new_version"
4040

41-
gh workflow run publish.yml -f version="$new_version" -f title="$new_version"
41+
gh workflow run publish.yml -f version="$new_version"
4242

0 commit comments

Comments
 (0)