Skip to content

Commit

Permalink
Merge pull request #26 from BusyCityGuy/fix/wally-publish-1-version-b…
Browse files Browse the repository at this point in the history
…ehind

Ensure wally publish step checks out the latest
  • Loading branch information
BusyCityGuy authored Sep 25, 2024
2 parents a49536b + 5dad154 commit 52fb911
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 52fb911

Please sign in to comment.