Skip to content

Commit 7e41b5c

Browse files
authored
build: ensure homebrew-cask repo is in-sync with upstream (#955)
* build: ensure homebrew-cask repo is in-sync with upstream * build: add comment for future us sanity
1 parent 0280f40 commit 7e41b5c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/on-tag.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ jobs:
99
name: Homebrew
1010
runs-on: macos-14
1111
steps:
12+
# Ensure our Homebrew/homebrew-cask fork repository is in-sync with the upstream to avoid conflicts
13+
# during automated commit and PR creation in the brew bump-cask-pr step below.
14+
- run: gh repo sync setchy/homebrew-cask -b master
15+
env:
16+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
1217
- uses: Homebrew/actions/setup-homebrew@master
1318
- id: version
1419
run: echo "version=$(echo ${{ github.ref }} | sed 's/refs\/tags\/v//')" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)