Skip to content

v2.2.0

v2.2.0 #5

Workflow file for this run

name: Publish to Hex.pm
on:
release:
types: [published]
jobs:
Publish:
runs-on: ubuntu-latest
env:
HEX_API_KEY: ${{ secrets.HEXPM_SECRET }}
steps:
- uses: actions/checkout@v2
- uses: erlef/[email protected]
with:
elixir-version: '1.13.3'
otp-version: '24.2.1'
- run: mix deps.get
- run: mix compile --docs
- run: mix hex.publish --yes