From d88e437db72a8328129c4c7acfaf5f3cda4384ac Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Sat, 29 Apr 2023 21:51:06 -0400 Subject: [PATCH] still need to bottle from `bottle-pr` --- .github/workflows/bottle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bottle.yml b/.github/workflows/bottle.yml index 0b986b40..e9f70a73 100644 --- a/.github/workflows/bottle.yml +++ b/.github/workflows/bottle.yml @@ -34,7 +34,7 @@ jobs: bottle: needs: [get-platform] - if: ${{ needs.get-platform.outputs.available != '' }} + if: ${{ !inputs.new-version || needs.get-platform.outputs.available != '' }} runs-on: ${{ fromJson(needs.get-platform.outputs.os) }} outputs: srcs: ${{ env.srcs }} @@ -125,7 +125,7 @@ jobs: upload: needs: [get-platform, bottle] - if: ${{ needs.get-platform.outputs.available != '' }} + if: ${{ !inputs.new-version || needs.get-platform.outputs.available != '' }} runs-on: ubuntu-latest steps: - uses: teaxyz/brewkit/actions/setup-brewkit@v0