Skip to content

Commit

Permalink
Use another action for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
llxff authored Jul 23, 2022
1 parent 8d702a0 commit c340308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
- name: Check out
uses: actions/checkout@v2
- name: Publish to Hex.pm
uses: erlangpack/github-action@v3
uses: wesleimp/action-publish-hex@v1
env:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}

0 comments on commit c340308

Please sign in to comment.