From 13f3dc8196d54a432a60315af194fd0dd75066af Mon Sep 17 00:00:00 2001 From: vans163 Date: Tue, 26 Nov 2024 09:35:35 -0500 Subject: [PATCH] echo empty password to action publish_to_hexpm.yml --- .github/workflows/publish_to_hexpm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_to_hexpm.yml b/.github/workflows/publish_to_hexpm.yml index 70d669b..ca35dbd 100644 --- a/.github/workflows/publish_to_hexpm.yml +++ b/.github/workflows/publish_to_hexpm.yml @@ -29,4 +29,4 @@ jobs: mix local.rebar --force mix local.hex --force rebar3 update - rebar3 hex publish --yes + echo "" | rebar3 hex publish --yes