Skip to content

Commit d92e545

Browse files
authored
fix path for homebrew script
1 parent c6b8a24 commit d92e545

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-nethermind.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- name: Update Homebrew file with new version, commit and date
148148
run: |
149149
chmod +x ${{ env.RELEASE_DIRECTORY }}/update-homebrew.sh
150-
./${{ env.RELEASE_DIRECTORY }}/update-homebrew.sh
150+
bash ${{ env.RELEASE_DIRECTORY }}/update-homebrew.sh
151151
- name: Create Pull Request
152152
uses: peter-evans/create-pull-request@v4
153153
with:
@@ -344,4 +344,4 @@ jobs:
344344
- name: Run publish PPA script
345345
run: |
346346
chmod +x ./nethermind/scripts/deployment/publish-ppa.sh
347-
./nethermind/scripts/deployment/publish-ppa.sh
347+
./nethermind/scripts/deployment/publish-ppa.sh

0 commit comments

Comments
 (0)