Skip to content

Commit 72664df

Browse files
committed
release: publish to homebrew/homebrew-cask
GCM has migrated from the microsoft/homebrew-git tap to the Homebrew/homebrew-cask tap. Updating the release-homebrew workflow to publish new versions to the new tap.
1 parent f89105b commit 72664df

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release-homebrew.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ jobs:
99
environment: release
1010
steps:
1111
- name: Update Homebrew tap
12-
uses: mjcheetham/update-homebrew@v1.3
12+
uses: mjcheetham/update-homebrew@v1.4
1313
with:
1414
token: ${{ secrets.HOMEBREW_TOKEN }}
15-
tap: microsoft/git
16-
name: git-credential-manager-core
15+
tap: Homebrew/homebrew-cask
16+
name: git-credential-manager
1717
type: cask
18+
alwaysUsePullRequest: true
1819
releaseAsset: |
1920
gcm-osx-x64-(.*)\.pkg
2021
gcm-osx-arm64-(.*)\.pkg

0 commit comments

Comments
 (0)