Skip to content

Commit

Permalink
update publish workflow to use a maintained version (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: emmanuel.pinault <[email protected]>
  • Loading branch information
epinault and epinault authored Jun 25, 2024
1 parent c6665bd commit 475e12c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
uses: actions/checkout@v4

- name: Publish package to hex.pm
uses: wesleimp/action-publish-hex@v1
uses: hipcall/github_action_publish_hex@v1
env:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}

0 comments on commit 475e12c

Please sign in to comment.