Skip to content

Workflow file for this run

name: Publish
on:
release:
types:
- published
jobs:
test:
uses: ./.github/workflows/ci.yml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

error parsing called workflow ".github/workflows/publish.yml" -> "./.github/workflows/ci.yml" : failed to fetch workflow: workflow was not found.
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.16
- run: mix deps.get
- run: mix hex.publish --yes