Skip to content
This repository was archived by the owner on Jul 22, 2021. It is now read-only.

Commit 174a9f9

Browse files
authored
Update release.yml
1 parent 37bf018 commit 174a9f9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ jobs:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
with:
2525
tag_name: ${{ github.ref }}
26-
release_name: Release ${{ github.ref }}
27-
body: |
28-
automated release at commit: ${{ env.SHA }}
26+
release_name: ${{ github.ref }}
27+
body: automated release at commit: ${{ env.SHA }}
2928
draft: false
3029
prerelease: false
3130

0 commit comments

Comments
 (0)