Skip to content

Enforce elixir formatting #3

Enforce elixir formatting

Enforce elixir formatting #3

Workflow file for this run

name: Publish
on:

Check failure on line 3 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
release:
types:
- published
jobs:
test:
uses: ./.github/workflows/ci.yml
publish:
needs: test
runs-on: ubuntu-latest
name: Publish release
env:
HEX_API_KEY: ${{secrets.HEX_API_KEY}}
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
with:
otp-version: 26.0
elixir-version: 1.14
- run: mix deps.get
- run: mix hex.publish --yes