Skip to content

Commit

Permalink
Add missing checkout on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
limansky committed Oct 10, 2024
1 parent 96783b9 commit 696698c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Set up JDK 8
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 696698c

Please sign in to comment.