Skip to content

Commit c4b02b4

Browse files
authored
Update deploy.yaml
1 parent 4c4e9b7 commit c4b02b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
tag_name: ${{ needs.bump_version.outputs.new_tag }}
6767
release_name: Release ${{ needs.bump_version.outputs.new_tag }}
6868
prerelease: ${{ contains(needs.bump_version.outputs.new_tag, '-') }}
69-
draft: ${{ contains(needs.bump_version.outputs.new_tag, '-') }}
69+
draft: false
7070
body: |
7171
IPFS Deployment Hash:
7272
- CID: `${{ steps.upload.outputs.hash }}`

0 commit comments

Comments
 (0)