Skip to content

Hexpm Release

Hexpm Release #3

Workflow file for this run

name: Hexpm Release
on:
release:
types: [published]
jobs:
hex-publish:
uses: straw-hat-team/github-actions-workflows/.github/workflows/[email protected]
with:
elixir-version: '1.11'
otp-version: '22.3'
secrets:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}