Skip to content

still testing publish #2

still testing publish

still testing publish #2

Workflow file for this run

name: Publish
on:
push:
# tags: [ 'v*.*.*' ]
branches: 245-github-actions-migrate
env:
OTP_VERSION_SPEC: "21.1"
ELIXIR_VERSION_SPEC: "1.9.4"
jobs:
test:
uses: ./.github/workflows/test.yml

Check failure on line 14 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/test.yml" (source branch with sha:edeabb99a60f82176f720edd5356827a9d043dc5) : workflow is not reusable as it is missing a `on.workflow_call` trigger
publish:
needs: test
runs-on: ubuntu-20.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: ${{ env.OTP_VERSION_SPEC }}
elixir-version: ${{ env.ELIXIR_VERSION_SPEC }}
- name: Publish
run: mix hex.publish --yes