Skip to content

Commit

Permalink
Fix replacement of Github publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsalim committed Jan 21, 2024
1 parent 685aec7 commit 5996af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
uses: actions/checkout@v3

- name: Publish to Hex.pm
uses: erlangpack/github-action@v3
uses: elephantoss/action-publish-hex@v1
env:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}

0 comments on commit 5996af2

Please sign in to comment.