Skip to content

v1.3.1

v1.3.1 #4

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.16'
otp-version: '26.2'
version-type: 'strict'
secrets:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}