Skip to content

Commit

Permalink
CI: run publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
sax committed May 26, 2024
1 parent 4b09b31 commit 223c14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 223c14a

Please sign in to comment.