Skip to content

update github action workflows #10

update github action workflows

update github action workflows #10

Workflow file for this run

name: CI

Check failure on line 1 in .github/workflows/hex.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/hex.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: staging_deploy
on:
workflow_call:
push:
branches:
- main
jobs:
ci_workflow:
uses: ./.github/workflows/ci.yml
staging_deploy:
runs-on: ubuntu-latest
publish_to_hex:
name: "Publish to Hex"
runs-on: ubuntu-latest
needs: [ci_workflow]
steps:
- run: |
mix hex.config api_key ${{ secrets.HEX_API_KEY }}
mix hex.publish --yes