Skip to content

Commit

Permalink
chore: fix wrong auth rebar commannd
Browse files Browse the repository at this point in the history
  • Loading branch information
lzecca78 committed Jan 3, 2025
1 parent 6149c84 commit 9872920
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 @@ -17,7 +17,7 @@ jobs:
otp-version: 26.0
rebar3-version: 3.24.0
- name: Login to hex.pm
run: rebar3 hex organization auth prima --key ${{ secrets.HEX_KEY }}
run: rebar3 hex organization auth hexpm:prima --key ${{ secrets.HEX_KEY }}
env:
HEX_HOME: ./_build/.hex
- name: Install dependencies
Expand Down

0 comments on commit 9872920

Please sign in to comment.