Skip to content

Commit

Permalink
ci: try again
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Nov 7, 2023
1 parent 07b6df3 commit 541d1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
with:
# If the workflow was triggered by a schedule event, or the nightly
# input is true, package a nightly build
nightly: ${{ (github.event.inputs.nightly || github.event_name == 'schedule') && 'true' || 'false' }}
nightly: ${{ (github.event.inputs.nightly || github.event_name == 'schedule') && true || false }}

0 comments on commit 541d1b2

Please sign in to comment.