Skip to content

Commit 1c465a7

Browse files
committed
ci: fix order
1 parent 689dd82 commit 1c465a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
env:
8383
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8484
run: |
85-
gh create release "${GITHUB_REF_NAME}" \
85+
gh release create "${GITHUB_REF_NAME}" \
8686
--discussion-category Announcements \
8787
--notes-file release-note.md \
8888
--title "$(cat release-title.txt)"

0 commit comments

Comments
 (0)