Skip to content

Commit a386ebb

Browse files
committed
chore: active hex.publish
1 parent c9878ca commit a386ebb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
if: ${{ steps.release.outputs.release_created }}
2929
- run: mix hex.build
3030
if: ${{ steps.release.outputs.release_created }}
31-
#- run: mix hex.publish --yes --replace
32-
# if: ${{ steps.release.outputs.release_created }}
31+
- run: mix hex.publish --yes --replace
32+
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)