Skip to content

Commit c01d334

Browse files
committed
chore: minor fixes
1 parent cd656aa commit c01d334

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-preview-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
echo "Creating release $RELEASE_TAG"
5252
gh release create "$RELEASE_TAG" "$GITHUB_WORKSPACE"/out/* \
5353
--title "$RELEASE_TAG" \
54-
--notes "Preview release for PR #${PR_NUMBER}"
54+
--notes "Preview release for PR #${PR_NUMBER}" \
55+
--draft --latest=false
5556
fi
5657
5758
- name: Comment on PR

0 commit comments

Comments
 (0)