regression

This commit is contained in:
Jacob Heider 2023-01-05 19:20:26 -05:00
parent ddb3b967e7
commit bcffeee712
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -21,7 +21,7 @@ jobs:
needs: [cd] needs: [cd]
#FIXME: will fail (harmlessly) on non-merge/non-new-version runs, and won't work on 3rd-party PRs #FIXME: will fail (harmlessly) on non-merge/non-new-version runs, and won't work on 3rd-party PRs
if: ${{ needs.cd.outputs.HAS_SECRETS }} if: ${{ needs.cd.outputs.HAS_SECRETS }}
uses: ./.github/workflows/bottle.yml uses: teaxyz/pantry.core/.github/workflows/bottle.yml@main
secrets: inherit secrets: inherit
bottle-standalone: bottle-standalone:
runs-on: ubuntu-latest runs-on: ubuntu-latest