Skip to content

Commit 780d3bd

Browse files
authored
fix: update release notes format in db backup workflow (#424)
1 parent 307e575 commit 780d3bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/db-backup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ jobs:
4949
# $DUMP_GLOB is intentionally unquoted so the shell expands it to every part file.
5050
gh release create "$TAG" $DUMP_GLOB \
5151
--title "DB Dump $(date -u +%Y-%m-%d)" \
52-
--notes "Weekly full database dump (xz-compressed, split into <2 GiB parts). Reassemble: `cat *.tar.xz.part* | xz -d | tar -x`" \
52+
--notes 'Weekly full database dump (xz-compressed, split into parts under 2 GiB). Reassemble: `cat *.tar.xz.part* | xz -d | tar -x`' \
5353
--latest=false

0 commit comments

Comments
 (0)