We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aec679 commit b0120d2Copy full SHA for b0120d2
.github/workflows/bump-coder-cli.yaml
@@ -19,7 +19,7 @@ jobs:
19
env:
20
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21
run: |
22
- ./ci/scripts/bump-coder-cli.sh ${{ github.event.inputs.version }}
+ ./ci/scripts/gen-coder-cli-formula.sh ${{ github.event.inputs.version }}
23
git diff
24
git checkout -b bump-coder-cli-${{ github.event.inputs.version }}
25
git add coder-cli.rb
ci/scripts/bump-coder-cli.sh renamed to ci/scripts/gen-coder-cli-formula.sh
0 commit comments