Skip to content

Commit

Permalink
fix path for homebrew script
Browse files Browse the repository at this point in the history
  • Loading branch information
matilote authored Jul 27, 2022
1 parent c6b8a24 commit d92e545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-nethermind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
./nethermind/scripts/deployment/publish-ppa.sh

0 comments on commit d92e545

Please sign in to comment.