Skip to content

Commit

Permalink
empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
p4ken committed May 26, 2024
1 parent 9625351 commit 9709ea8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:
inputs:
bump:
type: choice
default: none
default: ''
options:
- none
- ''
- patch
- minor

Expand All @@ -26,7 +26,7 @@ jobs:
run: make

publish:
if: "${{ inputs.bump != 'none' }}"
if: "${{ inputs.bump }}"
# needs: build
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9709ea8

Please sign in to comment.