We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af08369 + fc0381c commit abb39e7Copy full SHA for abb39e7
1 file changed
.github/workflows/publish.yml
@@ -61,14 +61,14 @@ jobs:
61
restore-keys: ${{ runner.os }}-otp-27-build-
62
63
- name: Publish to Hex.pm
64
- run: rebar3 hex publish --yes --key "$HEX_API_KEY"
+ run: rebar3 hex publish --yes
65
env:
66
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
67
68
- name: Generate docs
69
run: rebar3 ex_doc
70
71
- name: Publish docs
72
- run: rebar3 hex docs publish --yes --key "$HEX_API_KEY"
+ run: rebar3 hex docs publish --yes
73
74
0 commit comments