diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index ce434271..45685687 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -276,7 +276,7 @@ jobs: build/statping-windows-arm.zip post-release: - needs: build + needs: [build-linux, build-mac, build-windows] runs-on: ubuntu-latest steps: - name: Checkout Statping Repo @@ -326,6 +326,12 @@ jobs: tagName: v${{ env.VERSION }} environment: production + - name: Update Homebrew Package + env: + VERSION: ${{ env.VERSION }} + TRAVIS_API: ${{ secrets.TRAVIS_API }} + run: make publish-homebrew + - name: Slack Notification uses: rtCamp/action-slack-notify@v2.0.0 env: