diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 45d9d8b0..b9457d4e 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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 }} \ No newline at end of file