We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574f9ca commit 40a92d4Copy full SHA for 40a92d4
.github/workflows/release.yml
@@ -1,6 +1,7 @@
1
-# docs: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
+# docs: https://docs.github.com/en/actiorun-namens/reference/workflow-syntax-for-github-actions
2
3
name: Release
4
+run-name: Release ${{ input.newversion }} ${{ inputs.prerelease == 'true' && '(prerelease)' || '' }}
5
6
on:
7
workflow_dispatch:
0 commit comments