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 3f35cff commit 793edc5Copy full SHA for 793edc5
.github/workflows/release.yml
@@ -1,6 +1,7 @@
1
# docs: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
2
3
name: Release
4
+run-name: Release ${{ inputs.newversion }} ${{ inputs.prerelease == 'true' && '(prerelease)' || '' }}
5
6
on:
7
workflow_dispatch:
0 commit comments