Skip to content

Commit b0120d2

Browse files
committed
fixup! feat: add action workflow for bumping coder-cli
1 parent 7aec679 commit b0120d2

File tree

2 files changed

+1
-1
lines changed

2 files 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
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
run: |
22-
./ci/scripts/bump-coder-cli.sh ${{ github.event.inputs.version }}
22+
./ci/scripts/gen-coder-cli-formula.sh ${{ github.event.inputs.version }}
2323
git diff
2424
git checkout -b bump-coder-cli-${{ github.event.inputs.version }}
2525
git add coder-cli.rb
File renamed without changes.

0 commit comments

Comments
 (0)