Dax Raad 6 ay önce
ebeveyn
işleme
ac8709ac7a
2 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. 4 0
      .github/workflows/publish.yml
  2. 1 1
      script/release

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

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

+ 1 - 1
script/release

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