We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac8709a commit 10a0b7fCopy full SHA for 10a0b7f
2 files changed
.github/workflows/publish.yml
@@ -1,4 +1,5 @@
1
name: publish
2
+run-name: "${{ format('v{0}', inputs.version) }}"
3
4
on:
5
workflow_dispatch:
script/release
@@ -38,5 +38,5 @@ fi
38
39
echo "New version: $new_version"
40
41
-gh workflow run publish.yml -f version="$new_version" -f title="$new_version"
+gh workflow run publish.yml -f version="$new_version"
42
0 commit comments