diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f404866d..91b52c96 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -299,7 +299,7 @@ jobs: needs: [release_please, upload_artifacts] if: ${{ needs.release_please.outputs.release_created == 'true' }} steps: - - uses: mislav/bump-homebrew-formula-action@v2.1 + - uses: mislav/bump-homebrew-formula-action@v2.2 with: formula-name: starship tag-name: ${{ needs.release_please.outputs.tag_name }}