Skip to content

Commit

Permalink
modified: .github/workflows/master-push.yml
Browse files Browse the repository at this point in the history
- checkout source before running scripts
  • Loading branch information
F-WRunTime committed Oct 8, 2024
1 parent 63f97a1 commit 62756a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: Install Foundry
uses: foundry-rs/[email protected]

- name: 'Checkout Code'
uses: actions/checkout@v4

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

Expand Down

0 comments on commit 62756a5

Please sign in to comment.