Skip to content

Commit

Permalink
ops: reuse draft
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiksta committed Jul 11, 2024
1 parent b797960 commit 1e000af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/util-scripts/upload-artifacts.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const createRelease = async (tagName) =>
method: 'POST',
body: JSON.stringify({
tag_name: tagName,
name: tagName,
draft: true,
generate_release_notes: false,
})
Expand Down

0 comments on commit 1e000af

Please sign in to comment.