Skip to content

Commit

Permalink
chore: only validate input tag when given
Browse files Browse the repository at this point in the history
  • Loading branch information
rud committed Aug 23, 2024
1 parent 141b852 commit 787c1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pull-requests: write
steps:
- name: Validate the manually given input tag, if any
if: ${{github.event_name == 'workflow_dispatch'}}
if: ${{github.event_name == 'workflow_dispatch'}} && ${{github.event.inputs.tag}}
id: check-input
run: |
INPUT=${{github.event.inputs.tag}}
Expand Down

0 comments on commit 787c1d5

Please sign in to comment.