Skip to content

Commit 9225327

Browse files
committed
fixup! feat: add action workflow for bumping coder-cli
1 parent 1247356 commit 9225327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-coder-cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
git checkout -b bump-coder-cli-1.14.1
2323
git add coder-cli.rb
2424
git commit -m "feat: bump coder-cli version to v1.14.1"
25-
git push --set-upstream github bump-coder-cli-1.14.1
25+
git push --set-upstream origin bump-coder-cli-1.14.1
2626
gh pr create --fill --reviewer cmoog

0 commit comments

Comments
 (0)