We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2df29 commit b6c78e0Copy full SHA for b6c78e0
.github/workflows/ci.yml
@@ -75,6 +75,7 @@ jobs:
75
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
76
77
- name: Publish to Hex
78
+ if: "contains(github.event.head_commit.message, '[publish to hex]')"
79
run: |
80
mix hex.config api_key ${{ secrets.HEX_API_KEY }}
81
mix hex.publish --yes
mix.exs
@@ -63,7 +63,7 @@ defmodule FreecodecampElixir.MixProject do
63
64
defp docs do
65
[
66
- main: "README",
+ main: "readme",
67
extra_section: "PAGES",
68
authors: ["Jaeyson Anthony Y."],
69
api_reference: false,
0 commit comments