Skip to content

Test build

Test build #13

Workflow file for this run

name: Publish to Hex
on:
push:
tags:
- "*"
branches:
- "ci/test-deploy"
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4
- name: Publish package to hex.pm
uses: ./.github/actions/publish-hex
env:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}