Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wangl-cc committed Oct 23, 2023
1 parent 0b333ea commit 7eddc0c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/publish-homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ jobs:
run: brew tap MaaAssistantArknights/homebrew-tap
- name: Bump Formula
run: >
brew bump-formula-pr ${{ fromJson(needs.meta.outputs.dryrun) && '--dry-run' || '' }}
--no-browse
--no-fork
--version='${{ needs.meta.outputs.version }}'
--message='Bump `maa-cli` to `${{ needs.meta.outputs.version }}`'
maa-cli
brew bump-formula-pr maa-cli
${{ fromJson(needs.meta.outputs.dryrun) && '--dry-run' || '' }}
--no-browse
--no-fork
--version='${{ needs.meta.outputs.version }}'
--message='Bump `maa-cli` to `${{ needs.meta.outputs.version }}`'
cask:
name: Cask
Expand All @@ -95,9 +95,9 @@ jobs:
run: brew tap MaaAssistantArknights/homebrew-tap
- name: Bump Cask
run: >
brew bump-cask-pr ${{ fromJson(needs.meta.outputs.dryrun) && '--dry-run' || '' }}
--no-browse
--no-fork
--version='${{ needs.meta.outputs.version }}'
--message='Bump `maa-cli-bin` to `${{ needs.meta.outputs.version }}`'
maa-cli-bin
brew bump-cask-pr maa-cli-bin
${{ fromJson(needs.meta.outputs.dryrun) && '--dry-run' || '' }}
--no-browse
--no-fork
--version='${{ needs.meta.outputs.version }}'
--message='Bump `maa-cli-bin` to `${{ needs.meta.outputs.version }}`'

0 comments on commit 7eddc0c

Please sign in to comment.