Skip to content

Commit 6cc6ee7

Browse files
committed
updated
1 parent a5b1bf1 commit 6cc6ee7

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
@@ -45,9 +45,8 @@ jobs:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646
with:
4747
tag_name: ${{ github.ref }}
48-
release_name: ${{ github.ref }}
49-
draft: true
50-
body: TODO
48+
release_name: Release ${{ github.ref_name }}
49+
draft: false
5150

5251
- name: Upload phar
5352
uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)