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 4c4e9b7 commit c4b02b4Copy full SHA for c4b02b4
.github/workflows/deploy.yaml
@@ -66,7 +66,7 @@ jobs:
66
tag_name: ${{ needs.bump_version.outputs.new_tag }}
67
release_name: Release ${{ needs.bump_version.outputs.new_tag }}
68
prerelease: ${{ contains(needs.bump_version.outputs.new_tag, '-') }}
69
- draft: ${{ contains(needs.bump_version.outputs.new_tag, '-') }}
+ draft: false
70
body: |
71
IPFS Deployment Hash:
72
- CID: `${{ steps.upload.outputs.hash }}`
0 commit comments