Skip to content

Commit b3e9eac

Browse files
committed
fixup! feat: add action workflow for bumping coder-cli
1 parent 8958da1 commit b3e9eac

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
@@ -18,4 +18,4 @@ jobs:
1818
git add coder-cli.rb
1919
git remote add origin "https://$GITHUB_ACTOR:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY.git"
2020
git commit -m "feat: bump coder-cli version to v$version"
21-
git push --set-upstream origin "$branch"
21+
git push --set-upstream origin bump-coder-cli-${{ github.event.inputs.version }}

0 commit comments

Comments
 (0)