Skip to content

Commit

Permalink
Merge pull request #2 from MBXSystems/feature/ci-hexpm
Browse files Browse the repository at this point in the history
Update actions to publish to Hex.pm
  • Loading branch information
rgtj2 authored Apr 16, 2024
2 parents db45209 + 6916c90 commit 43d9ba6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,14 @@ jobs:
restore-keys: |
lint-${{ env.cache-name }}-base-${{ matrix.elixirbase }}
lint-${{ env.cache-name }}-base-
lint-${{ env.cache-name }}-
lint-${{ env.cache-name }}-
publish:
runs-on: ubuntu-latest
if: github.event_name == 'push'
steps:
- name: Check out
uses: actions/checkout@v2
- name: Publish to Hex.pm
uses: erlangpack/github-action@v3
env:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}

0 comments on commit 43d9ba6

Please sign in to comment.