Skip to content

Commit

Permalink
Add explicit checkout back in
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl committed Jan 10, 2025
1 parent 044973f commit 229446e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand Down

0 comments on commit 229446e

Please sign in to comment.