Skip to content

Commit

Permalink
homebrew release: update release asset regex
Browse files Browse the repository at this point in the history
Update release asset regex to specify runtime and version groups so that
update-homebrew task can correctly detect version.
  • Loading branch information
ldennington committed Jul 20, 2022
1 parent 62bf60d commit 2e51145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-homebrew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
tap: microsoft/git
name: git-credential-manager-core
type: cask
releaseAsset: gcm-osx-x64-(.*)\.pkg
releaseAsset: gcm-osx-(?<runtime>.*)-(?<version>.*)\.pkg
alwaysUsePullRequest: true

0 comments on commit 2e51145

Please sign in to comment.