We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9878ca commit a386ebbCopy full SHA for a386ebb
.github/workflows/release-please.yml
@@ -28,5 +28,5 @@ jobs:
28
if: ${{ steps.release.outputs.release_created }}
29
- run: mix hex.build
30
31
- #- run: mix hex.publish --yes --replace
32
- # if: ${{ steps.release.outputs.release_created }}
+ - run: mix hex.publish --yes --replace
+ if: ${{ steps.release.outputs.release_created }}
0 commit comments