Browse Source

ci: tweak

Dax Raad 8 months ago
parent
commit
10a0b7f60c
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .github/workflows/publish.yml
  2. 1 1
      script/release

+ 1 - 0
.github/workflows/publish.yml

@@ -1,4 +1,5 @@
 name: publish
+run-name: "${{ format('v{0}', inputs.version) }}"
 
 on:
   workflow_dispatch:

+ 1 - 1
script/release

@@ -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"