Преглед изворни кода

ci: refactor workflow_dispath

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen пре 2 година
родитељ
комит
bb8ad0b3ee
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      .github/workflows/flakehub-publish-tagged.yml

+ 5 - 0
.github/workflows/flakehub-publish-tagged.yml

@@ -3,6 +3,11 @@ on:
     tags:
     tags:
       - "v*.*.*"
       - "v*.*.*"
   workflow_dispatch:
   workflow_dispatch:
+    inputs:
+      tag:
+        description: The Git tag to use, for non-rolling releases. This must be the character `v` followed by a SemVer version, e.g. `v0.1.1`.
+        required: true
+
 jobs:
 jobs:
   publish:
   publish:
     runs-on: "ubuntu-latest"
     runs-on: "ubuntu-latest"