Skip to content

Commit

Permalink
fix(publish-release workflow): support formula's switch to using git …
Browse files Browse the repository at this point in the history
…clone (done to support brew submodule resolution)
  • Loading branch information
olets committed Nov 1, 2024
1 parent e8433fe commit cacd344
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
formula-name: zsh-abbr
formula-path: zsh-abbr.rb
homebrew-tap: olets/homebrew-tap
download-url: https://github.com/olets/zsh-abbr.git
commit-message: |
feat({{formulaName}}): publish {{version}}
Expand All @@ -29,6 +30,7 @@ jobs:
formula-name: zsh-abbr@6
formula-path: zsh-abbr@6.rb
homebrew-tap: olets/homebrew-tap
download-url: https://github.com/olets/zsh-abbr.git
commit-message: |
feat({{formulaName}}): publish {{version}}
Expand Down

0 comments on commit cacd344

Please sign in to comment.