From d92e545ca74d56e454f7c8be97cf9821070a8950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20J=C4=99drzejewski?= <33068017+matilote@users.noreply.github.com> Date: Wed, 27 Jul 2022 13:03:57 +0200 Subject: [PATCH] fix path for homebrew script --- .github/workflows/release-nethermind.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-nethermind.yml b/.github/workflows/release-nethermind.yml index 16dc27f68ba..f3f890e5d30 100644 --- a/.github/workflows/release-nethermind.yml +++ b/.github/workflows/release-nethermind.yml @@ -147,7 +147,7 @@ jobs: - name: Update Homebrew file with new version, commit and date run: | chmod +x ${{ env.RELEASE_DIRECTORY }}/update-homebrew.sh - ./${{ env.RELEASE_DIRECTORY }}/update-homebrew.sh + bash ${{ env.RELEASE_DIRECTORY }}/update-homebrew.sh - name: Create Pull Request uses: peter-evans/create-pull-request@v4 with: @@ -344,4 +344,4 @@ jobs: - name: Run publish PPA script run: | chmod +x ./nethermind/scripts/deployment/publish-ppa.sh - ./nethermind/scripts/deployment/publish-ppa.sh \ No newline at end of file + ./nethermind/scripts/deployment/publish-ppa.sh