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 6ee67dc commit 9d386adCopy full SHA for 9d386ad
1 file changed
.github/workflows/release.yml
@@ -1,4 +1,5 @@
1
name: Release
2
+run-name: Release ${{ inputs.version }} from ${{ inputs.branch }}
3
on:
4
workflow_dispatch:
5
inputs:
@@ -20,7 +21,7 @@ permissions:
20
21
22
jobs:
23
release:
- name: Release
24
+ name: Release ${{ inputs.version }} from ${{ inputs.branch }}
25
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'push' }}
26
runs-on: ubuntu-latest
27
environment: npm
0 commit comments