Skip to content

Commit

Permalink
fix: Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
joostvdwsd committed Aug 15, 2024
1 parent 4b43041 commit 53e9c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permissions:
id-token: write

env:
BUMP_TYPE: ${{ inputs.bummpType != 'none' && format('--bump-type {0}', inputs.bummpType) || '' }}
BUMP_TYPE: ${{ inputs.bumpType != null && inputs.bumpType != 'none' && format('--bump-type {0}', inputs.bumpType) || '' }}

jobs:
Build-packages:
Expand Down

0 comments on commit 53e9c17

Please sign in to comment.