Skip to content

Commit 74c8c30

Browse files
committed
fix: release workflow
1 parent 1c5c1c4 commit 74c8c30

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
@@ -20,5 +20,5 @@ jobs:
2020
run: |
2121
gh release create "$TAG" \
2222
--repo="$GITHUB_REPOSITORY" \
23-
--title="$TAG"
23+
--title="$TAG" \
2424
--generate-notes

0 commit comments

Comments
 (0)