From 97799dd8565602934f3327660905d590e93ac81c Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 9 Feb 2023 22:34:41 -0500 Subject: [PATCH] ci: use alembic's mix hex publish --- .github/workflows/ash-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ash-ci.yml b/.github/workflows/ash-ci.yml index 3825fcc8..74fa9236 100644 --- a/.github/workflows/ash-ci.yml +++ b/.github/workflows/ash-ci.yml @@ -182,7 +182,7 @@ jobs: name: Release steps: - uses: actions/checkout@v3 - - uses: team-alembic/staple-actions/actions/mix-compile@main - - run: mix hex.publish --yes - env: - HEX_API_KEY: ${{ secrets.HEX_API_KEY }} + - uses: team-alembic/staple-actions/actions/mix-hex-publish@main + with: + mix-env: dev + hex-api-key: ${{ secrets.HEX_API_KEY }}