From 223c14a335a40c74d818ba5a4a98abb1da5af8eb Mon Sep 17 00:00:00 2001 From: Eric Saxby Date: Sun, 26 May 2024 15:39:13 -0700 Subject: [PATCH] CI: run publish action --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 48cdf53..b63dc9c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -299,7 +299,7 @@ jobs: elixir: 1.16.3 otp: 26.2.5 name: Publish to Hex - if: false && github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/main' needs: - test - credo_and_dialyxir