We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2cbbac commit c839bfcCopy full SHA for c839bfc
1 file changed
.github/workflows/release.yml
@@ -53,7 +53,12 @@ jobs:
53
uses: softprops/action-gh-release@v3.0.1
54
if: github.ref == 'refs/heads/master'
55
with:
56
- draft: true
+ 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
62
name: master
63
tag_name: master
64
fail_on_unmatched_files: true
0 commit comments