Skip to content

Commit 735e68a

Browse files
chore: Adding name and when the workflow runs to show semantic release workflow
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent 4ce2322 commit 735e68a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/show_semantic_release.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
name: show semantic release versions
2+
3+
on:
4+
workflow_dispatch:
5+
inputs:
6+
dry_run:
7+
description: 'Dry Run'
8+
required: true
9+
default: true
10+
type: boolean
11+
112
jobs:
213

314
get_dry_release_versions:
@@ -27,7 +38,6 @@ jobs:
2738
dry-release:
2839
name: dry-release
2940
runs-on: ubuntu-latest
30-
needs: publish-web-ui-npm
3141
steps:
3242
- name: Checkout
3343
uses: actions/checkout@v4

0 commit comments

Comments
 (0)