Skip to content

Commit de42d06

Browse files
committed
Fix typo in file list for release workflow
Corrected a missing closing quotation mark in the release command of the GitHub Actions workflow. This ensures the release process runs without syntax errors.
1 parent 8f44c44 commit de42d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
gh release create "$tag" \
3333
--title="$tag" \
3434
--draft \
35-
main.js manifest.json styles.css "obstrlish-${tag}.zip
35+
main.js manifest.json styles.css "obstrlish-${tag}.zip"

0 commit comments

Comments
 (0)