We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb47d9 commit f9c3c3cCopy full SHA for f9c3c3c
.github/workflows/ci.yaml
@@ -32,7 +32,7 @@ jobs:
32
uses: Homebrew/actions/setup-homebrew@master
33
34
- name: Bump code-server homebrew version
35
- run: brew bump-formula-pr --version="4.1.0-4995-6b7849c52b22437e0783246ac7008e80e9dbf06c" code-server --no-browse --no-audit --dry-run
+ run: brew bump-formula-pr --version="4.1.0-4995-6b7849c52b22437e0783246ac7008e80e9dbf06c" code-server --no-browse --no-audit --dry-run --force
36
env:
37
HOMEBREW_GITHUB_API_TOKEN: ${{secrets.HOMEBREW_GITHUB_API_TOKEN}}
38
0 commit comments