We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b8a24 commit d92e545Copy full SHA for d92e545
.github/workflows/release-nethermind.yml
@@ -147,7 +147,7 @@ jobs:
147
- name: Update Homebrew file with new version, commit and date
148
run: |
149
chmod +x ${{ env.RELEASE_DIRECTORY }}/update-homebrew.sh
150
- ./${{ env.RELEASE_DIRECTORY }}/update-homebrew.sh
+ bash ${{ env.RELEASE_DIRECTORY }}/update-homebrew.sh
151
- name: Create Pull Request
152
uses: peter-evans/create-pull-request@v4
153
with:
@@ -344,4 +344,4 @@ jobs:
344
- name: Run publish PPA script
345
346
chmod +x ./nethermind/scripts/deployment/publish-ppa.sh
347
- ./nethermind/scripts/deployment/publish-ppa.sh
+ ./nethermind/scripts/deployment/publish-ppa.sh
0 commit comments