File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 5
5
tags : ' v*'
6
6
7
7
jobs :
8
- pr-to-homebrew :
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
20
- - run : brew bump-cask-pr gitify --version=${{ steps.version.outputs.version }} --message="Bump gitify to ${{ steps.version.outputs.version }}"
21
- env :
22
- HOMEBREW_GITHUB_API_TOKEN : ${{ secrets.GH_TOKEN }}
23
-
24
8
update-website :
25
9
name : Website
26
10
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments