Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,6 @@ on:
tags: 'v*'

jobs:
pr-to-homebrew:
name: Homebrew
runs-on: macos-14
steps:
# Ensure our Homebrew/homebrew-cask fork repository is in-sync with the upstream to avoid conflicts
# during automated commit and PR creation in the brew bump-cask-pr step below.
- run: gh repo sync setchy/homebrew-cask -b master
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
- uses: Homebrew/actions/setup-homebrew@master
- id: version
run: echo "version=$(echo ${{ github.ref }} | sed 's/refs\/tags\/v//')" >> $GITHUB_OUTPUT
- run: brew bump-cask-pr gitify --version=${{ steps.version.outputs.version }} --message="Bump gitify to ${{ steps.version.outputs.version }}"
env:
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.GH_TOKEN }}

update-website:
name: Website
runs-on: ubuntu-latest
Expand Down