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 c445973 commit c11b5ccCopy full SHA for c11b5cc
.github/workflows/release.yml
@@ -67,12 +67,14 @@ jobs:
67
uses: softprops/action-gh-release@v2
68
with:
69
name: Release ${{ steps.version.outputs.VERSION }}
70
+ generate_release_notes: true
71
+ append_body: true
72
body: |
73
+
74
## Docker Image
75
76
```bash
77
docker pull ${{ env.DOCKER_REPO }}/${{ env.DOCKER_IMAGE }}:${{ steps.version.outputs.VERSION }}
78
```
79
draft: true
80
prerelease: false
- generate_release_notes: true
0 commit comments