Skip to content

Commit 84fcc7c

Browse files
authored
fix: update db backup release notes
1 parent 35978e6 commit 84fcc7c

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
@@ -53,5 +53,5 @@ jobs:
5353
# $DUMP_GLOB is intentionally unquoted so the shell expands it to every part file.
5454
gh release create "$TAG" $DUMP_GLOB \
5555
--title "DB Dump $(date -u +%Y-%m-%d)" \
56-
--notes "Weekly full database dump (xz-compressed, split into <2 GiB parts). Reassemble: cat *.tar.xz.part* | xz -d | tar -x" \
56+
--notes "Weekly full database dump (xz-compressed, split into <2 GiB parts). Reassemble: `cat *.tar.xz.part* | xz -d | tar -x`" \
5757
--latest=false

0 commit comments

Comments
 (0)