We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a913f commit cc47cc5Copy full SHA for cc47cc5
1 file changed
.github/workflows/publish.yml
@@ -61,7 +61,7 @@ jobs:
61
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
62
MIX_ENV: dev
63
run: |
64
- mix hex.publish --yes
+ mix hex.publish --yes --replace
65
66
- name: Create GitHub Release
67
if: startsWith(github.ref, 'refs/tags/')
0 commit comments