Skip to content

Commit 1caf7ca

Browse files
authored
fix: warning in homebrew workflow (#5347)
1 parent 4a1ce2a commit 1caf7ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/homebrew.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ jobs:
2626
echo "Running bump-cask-pr for cask '$C2_CASK_NAME' and version '$C2_TAGGED_VERSION'"
2727
C2_TAGGED_VERSION_STRIPPED="${C2_TAGGED_VERSION:1}"
2828
echo "Stripped version: '$C2_TAGGED_VERSION_STRIPPED'"
29+
brew developer on
2930
brew bump-cask-pr --version "$C2_TAGGED_VERSION_STRIPPED" "$C2_CASK_NAME"

0 commit comments

Comments
 (0)