From 97ea9dd12e0753096156b200fc47b9e906764c20 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Thu, 30 Jun 2022 00:19:07 +0100 Subject: [PATCH] ci: Update to bump-homebrew-formula-action@v2 --- .github/workflows/deploy.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 431322f..3fd9463 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -128,6 +128,7 @@ jobs: ./${{ env.bin }}-${{ matrix.target }}.tar.gz deploy-artifacts: + name: Deploy Artifacts needs: [ windows, macos, linux ] runs-on: ubuntu-latest @@ -145,14 +146,14 @@ jobs: ./Windows/*.zip homebrew: + name: Bump Homebrew Formula needs: deploy-artifacts runs-on: ubuntu-latest steps: - name: Extract Version - run: | - printf "::set-output name=%s::%s\n" tag-name "${GITHUB_REF#refs/tags/}" - - uses: mislav/bump-homebrew-formula-action@v1 + run: printf "::set-output name=%s::%s\n" tag-name "${GITHUB_REF#refs/tags/}" + - uses: mislav/bump-homebrew-formula-action@v2 if: "!contains(github.ref, '-')" # Skip Pre-Releases with: create-pullrequest: true