Skip to content

Commit c028e84

Browse files
committed
Merge branch 'feature/automatic-homebrew-updates' of https://github.com/mac-cain13/R.swift into feature/notatize
2 parents 02a4e92 + 981ba55 commit c028e84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,6 @@ jobs:
101101
env:
102102
TAG_NAME: ${{ github.event.release.tag_name }}
103103
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
104+
105+
- name: Publish to homebrew
106+
run: brew bump-formula-pr --tag $TAG_NAME rswift

0 commit comments

Comments
 (0)