Skip to content

Commit

Permalink
Create update_homebrew.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s34m authored Nov 6, 2022
1 parent e161d3c commit e1783e3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/update_homebrew.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Publish to AUR

on:
# workflow_run:
# workflows: ["Check SemVer compliance"]
# types:
# - completed
push:
tags:
- "v*"

jobs:
aur-publish:
runs-on: ubuntu-latest
steps:
- name: Bump formulae
uses: Homebrew/actions/bump-formulae@master
with:
# Custom GitHub access token with only the 'public_repo' scope enabled
token: ${{secrets.HOMEBREW_ACCESS_TOKEN}}
# Bump only these formulae if outdated
formulae: |
topgrade

0 comments on commit e1783e3

Please sign in to comment.