Skip to content

Commit

Permalink
Fix a problem where the publish action could not find the git tag (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed May 26, 2023
1 parent e5d5bd5 commit 7a39388
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/hex-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Check out
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Publish to Hex.pm
uses: erlangpack/github-action@v3
Expand Down

0 comments on commit 7a39388

Please sign in to comment.