We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6abf66e commit 5fa8cffCopy full SHA for 5fa8cff
1 file changed
.github/workflows/docker-release.yml
@@ -90,4 +90,5 @@ docker-compose up -d
90
- Automatically built for linux/amd64, linux/arm64, linux/arm/v7
91
"
92
93
- gh release edit "$TAG" --notes-file <(echo "$NOTES")
+ echo "$NOTES" > /tmp/docker-notes.txt
94
+ gh release edit "$TAG" --notes-file /tmp/docker-notes.txt
0 commit comments