We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0280f40 commit 7e41b5cCopy full SHA for 7e41b5c
.github/workflows/on-tag.yml
@@ -9,6 +9,11 @@ jobs:
9
name: Homebrew
10
runs-on: macos-14
11
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 }}
17
- uses: Homebrew/actions/setup-homebrew@master
18
- id: version
19
run: echo "version=$(echo ${{ github.ref }} | sed 's/refs\/tags\/v//')" >> $GITHUB_OUTPUT
0 commit comments