Skip to content

Commit 20411fd

Browse files
authored
build: remove pr-to-homebrew job (#1043)
1 parent 8b835ca commit 20411fd

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/on-tag.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,6 @@ on:
55
tags: 'v*'
66

77
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-
248
update-website:
259
name: Website
2610
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)