Skip to content

Commit 4878e0a

Browse files
committed
fix(release): typo
1 parent 0960433 commit 4878e0a

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
@@ -66,5 +66,5 @@ jobs:
6666
git add ./docs
6767
git commit -m "docs(${{ env.VERSION }}): update markdown docs"
6868
git checkout -b "docs-${{ env.VERSION }}}"
69-
git push -set-upstream origin docs-${{ env.VERSION }}
69+
git push --set-upstream origin docs-${{ env.VERSION }}
7070
gh pr create -t "docs(${{ env.VERSION }}): update markdown docs"

0 commit comments

Comments
 (0)