Skip to content

Commit

Permalink
Soldeer script name change
Browse files Browse the repository at this point in the history
  • Loading branch information
F-WRunTime committed Oct 8, 2024
1 parent a8f54bf commit 63f97a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: foundry-rs/[email protected]

- name: 'Run Expect Script'
run: expect scripts/soldeer_publish.sh ${{ vars.SOLDEER_EMAIL }} ${{ secrets.SOLDEER_PASSWORD }}
run: expect scripts/soldeer_publish.expect ${{ vars.SOLDEER_EMAIL }} ${{ secrets.SOLDEER_PASSWORD }}

- name: 'Check out code'
uses: actions/checkout@v3
Expand Down

0 comments on commit 63f97a1

Please sign in to comment.