Skip to content

one_piece_commanded@v0.19.1 #36

one_piece_commanded@v0.19.1

one_piece_commanded@v0.19.1 #36

Workflow file for this run

name: cd
on:
release:
types: [published]
jobs:
publish:
name: Publish to Hex.pm
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: straw-hat-team/github-actions-workflows/elixir/umbrella-publish@master
with:
hex-api-key: ${{ secrets.HEX_API_KEY }}
ref-name: ${{ github.ref_name }}