We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 599dedb commit 769af5eCopy full SHA for 769af5e
1 file changed
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
echo "Documentation built successfully"
46
47
- name: Publish to Hex
48
- run: rebar3 hex publish --yes
+ run: rebar3 hex publish -r hexpm --yes
49
env:
50
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
51
0 commit comments