Skip to content

Commit

Permalink
chore: missing repo checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
lzecca78 committed Jan 3, 2025
1 parent a883318 commit 6c56dee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
erlang-publish:
runs-on: ubuntu-latest
steps:
- name: Checkout project source
uses: actions/checkout@v4
- name: "Publish to Hex"
uses: ./.github/actions/erlang-publish
with:
Expand Down

0 comments on commit 6c56dee

Please sign in to comment.