Skip to content

Commit c839bfc

Browse files
committed
refactor: publish release
1 parent e2cbbac commit c839bfc

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,12 @@ jobs:
5353
uses: softprops/action-gh-release@v3.0.1
5454
if: github.ref == 'refs/heads/master'
5555
with:
56-
draft: true
56+
body: |
57+
**Release Information:**
58+
* **Date:** ${{ steps.date.outputs.current_time }}
59+
* **Commit:** [${{ github.sha }}](${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }})
60+
draft: false
61+
prerelease: true
5762
name: master
5863
tag_name: master
5964
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)