From 173a11cd666e0ad26a214edb6cf1da7c4f28e08a Mon Sep 17 00:00:00 2001 From: Sven Kanoldt Date: Sat, 11 Jan 2025 19:56:10 +0100 Subject: [PATCH] chore: decouple the steps from each other --- .github/workflows/deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8ab3963..c5c5523 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,7 +39,6 @@ jobs: # https://github.com/mislav/bump-homebrew-formula-action publish-to-brew: name: post / homebrew - needs: [publish] runs-on: macos-latest steps: - uses: mislav/bump-homebrew-formula-action@v3 @@ -50,7 +49,6 @@ jobs: release: name: post / github release - needs: [publish] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4