From e1783e3af818a833ed53bcf676e9a537be9b6e9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sch=C3=B6nauer?= <37108907+DottoDev@users.noreply.github.com> Date: Sun, 6 Nov 2022 14:58:47 +0000 Subject: [PATCH] Create update_homebrew.yml --- .github/workflows/update_homebrew.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/update_homebrew.yml diff --git a/.github/workflows/update_homebrew.yml b/.github/workflows/update_homebrew.yml new file mode 100644 index 00000000..4c0af9b9 --- /dev/null +++ b/.github/workflows/update_homebrew.yml @@ -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