Skip to content

Commit

Permalink
Ensure wally publish step checks out the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
BusyCityGuy committed Sep 25, 2024
1 parent a49536b commit 5dad154
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/[email protected]
with:
ref: ${{ github.ref }}

- name: Restore installed items
uses: actions/[email protected]
Expand Down Expand Up @@ -148,6 +150,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/[email protected]
with:
ref: ${{ github.ref }}

- name: Restore installed items
uses: actions/[email protected]
Expand Down

0 comments on commit 5dad154

Please sign in to comment.