Skip to content

Commit 0ccf693

Browse files
committed
fix: add backslash escaper to the gh commands
1 parent b0dd3ca commit 0ccf693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
3232
gh release create "$tag" \
3333
--title="$tag" \
34-
--notes-file=CHANGELOG.md
34+
--notes-file=CHANGELOG.md \
3535
main.js manifest.json styles.css

0 commit comments

Comments
 (0)