diff --git a/.github/workflows/publish-release-packages.yaml b/.github/workflows/publish-release-packages.yaml index f2d00078..2a014fcf 100644 --- a/.github/workflows/publish-release-packages.yaml +++ b/.github/workflows/publish-release-packages.yaml @@ -62,7 +62,8 @@ jobs: with: app-id: ${{ secrets.BOT_ID }} private-key: ${{ secrets.BOT_SK }} - repositories: algorandfoundation/homebrew-tap + repositories: homebrew-tap + owner: algorandfoundation - name: Checkout source code uses: actions/checkout@v4