Skip to content

Commit 1ed479e

Browse files
committed
Add flag to update release on Hex
1 parent 59a4ca5 commit 1ed479e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Publish to Hex.pm
4646
run: |
4747
mix hex.config api_key ${{ secrets.HEX_API_KEY }}
48-
mix hex.publish --yes
48+
mix hex.publish --yes --replace
4949
5050
- name: Create GitHub Release
5151
# Create a release only if the input version starts with 'v' (indicating a tag)

0 commit comments

Comments
 (0)