Skip to content

Commit

Permalink
build: Add replace option to hex.publish
Browse files Browse the repository at this point in the history
* Replace builds for the time being until we get versioning
  squared away
  • Loading branch information
medoror-mo committed Nov 26, 2024
1 parent c623665 commit 70431e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ jobs:
- name: Publish to Hex.pm
env:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
run: mix hex.publish --yes
# Remove the replace flag when proper versioning is in place
run: mix hex.publish --replace --yes

0 comments on commit 70431e3

Please sign in to comment.