Skip to content

Commit

Permalink
chore: publish package only
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc committed Jun 11, 2024
1 parent e801e3a commit ea729e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ex-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: mix deps.get
- run: echo "short_sha=`echo ${GITHUB_SHA} | cut -c1-7`" >> $GITHUB_ENV
- run: echo "timestamp=`date +%s`" >> $GITHUB_ENV
- run: mix hex.publish --yes
- run: mix hex.publish package --yes
if: github.event_name == 'push'
env:
HEX_API_KEY: ${{ secrets.HEX_AUTH_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion ex/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ defmodule LogflareEx.MixProject do
main: "readme",
homepage_url: "https://hex.pm/packages/warehouse_ex",
source_url: @source_url,
formatters: ["html"]
formatters: ["html"],
filter_modules: ~r/.+\..+\..+$/
]
end
end

0 comments on commit ea729e1

Please sign in to comment.