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 0fe0f4f commit 4c2e07cCopy full SHA for 4c2e07c
1 file changed
.github/workflows/bump-n-release.yml
@@ -32,11 +32,16 @@ on:
32
- patch
33
- rc
34
35
+run-name: >-
36
+ ${{ inputs.package && 'Deploy ' || 'Show Unreleased Changes' }}
37
+ ${{ inputs.package || '' }}
38
+
39
permissions: {}
40
41
jobs:
42
bump-release:
43
if: github.event_name == 'workflow_dispatch'
44
+ name: Bump ${{ inputs.component }} version of ${{ inputs.package }}
45
runs-on: ubuntu-latest
46
steps:
47
- name: Checkout repository
0 commit comments