Skip to content

Commit 868399e

Browse files
committed
chore: Remove explicit release name and body from manual release workflow.
1 parent f529a76 commit 868399e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/manual_release_version.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333
uses: softprops/action-gh-release@v2
3434
with:
3535
tag_name: ${{env.PLUGIN_VERSION}}
36-
name: ${{env.PLUGIN_VERSION}}
37-
body: "Manual release for version ${{env.PLUGIN_VERSION}}"
3836
draft: false
3937
prerelease: false
4038
generate_release_notes: true

0 commit comments

Comments
 (0)