Skip to content

Commit affc1d4

Browse files
committed
ci: fix brew bump command
1 parent 25e604e commit affc1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pkg-version-bump.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
brew bump-formula-pr \
3434
--no-browse \
3535
--no-audit \
36-
--tag "${TAG}"
36+
--tag "${TAG}" \
3737
${{ github.event.repository.name }}
3838
3939
winget:

0 commit comments

Comments
 (0)