Skip to content

Commit 2616e04

Browse files
committed
fix release action
* tag and name contained ref/ * body was empty
1 parent f7d5572 commit 2616e04

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ jobs:
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
with:
34-
tag: ${{ github.ref }}
35-
name: Release ${{ github.ref }}
36-
body: ${{ steps.build.changelog_path }}
34+
body: ${{ steps.build-signed.changelog_path }}
3735
draft: true
3836
artifacts: ${{ steps.build-signed.outputs.plugin_path }},${{ steps.build-signed.outputs.plugin_checksum_path }}
3937

0 commit comments

Comments
 (0)