Skip to content

Commit

Permalink
Reverse the crazy truthyness.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoh committed Jul 7, 2024
1 parent ce6febf commit 6ebfb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy deploy --project-name=furble-web-installer --branch=${{ github.event.release.prerelease && github.ref_name || 'main' }}
command: pages deploy deploy --project-name=furble-web-installer --branch=${{ github.event.release.prerelease == false && 'main' || github.ref_name }}

0 comments on commit 6ebfb1f

Please sign in to comment.