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 cd656aa commit c01d334Copy full SHA for c01d334
.github/workflows/pr-preview-release.yml
@@ -51,7 +51,8 @@ jobs:
51
echo "Creating release $RELEASE_TAG"
52
gh release create "$RELEASE_TAG" "$GITHUB_WORKSPACE"/out/* \
53
--title "$RELEASE_TAG" \
54
- --notes "Preview release for PR #${PR_NUMBER}"
+ --notes "Preview release for PR #${PR_NUMBER}" \
55
+ --draft --latest=false
56
fi
57
58
- name: Comment on PR
0 commit comments