Skip to content

config: add cache to CI #3

config: add cache to CI

config: add cache to CI #3

Workflow file for this run

name: release
on:
push:
tags:
- '*'
workflow_run:
workflows: [test]
types:
- completed
env:
MIX_ENV: prod
jobs:
publish:
runs-ons: ubuntu-latest

Check failure on line 17 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
matrix:
elixir: [1.15.7]
otp: [26.1.2]
steps:
- uses: actions/checkout@v3
- name: Set up Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: ${{ matrix.elixir }}
otp-version: ${{ matrix.otp }}
- name: Publish to Hex
uses: synchronal/hex-publish-action@v3
with:
name: supabase_potion
key: ${{ secrets.HEX_PM_KEY }}
tag-release: true