Skip to content

trying GH action again #1

trying GH action again

trying GH action again #1

Workflow file for this run

on:
push:
tags:
- '*'
jobs:
build:
uses: ./.github/workflows/elixir.yml
publish:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
- name: Publish to Hex.pm
uses: erlangpack/github-action@v3
env:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}