Skip to content

Commit

Permalink
chore: missing repo checkout step (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzecca78 authored Jan 3, 2025
1 parent a883318 commit bb8ade0
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 bb8ade0

Please sign in to comment.