Skip to content

Commit

Permalink
fix: replace or with ||
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsusi committed Apr 11, 2024
1 parent 5887aef commit e60f7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
path: ${{ env.NuGetDirectory }}/*.nupkg

deploy:
if: github.event_name == 'release' or inputs.force == true
if: github.event_name == 'release' || inputs.force == true
runs-on: ubuntu-latest
needs: [ build ]
steps:
Expand Down

0 comments on commit e60f7c3

Please sign in to comment.