Skip to content

Commit 2eb2c00

Browse files
committed
Create draft release only
1 parent 990f1a5 commit 2eb2c00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
run: |
3838
echo "Creating release for ${{ github.ref_name }}"
3939
echo "${{ steps.create_release_body.outputs.RELEASEBODY }}"
40-
gh release create "${{ github.ref_name }}" --title "release_${{ github.ref_name }}" --notes "${{ steps.create_release_body.outputs.RELEASEBODY }}"
40+
gh release create "${{ github.ref_name }}" --draft --title "release_${{ github.ref_name }}" --notes "${{ steps.create_release_body.outputs.RELEASEBODY }}"
4141
echo "Release created successfully"

0 commit comments

Comments
 (0)