From 793d5bade05e87fd3269dfbfdd90601ba91eade9 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 18 Jun 2022 22:20:28 +0530 Subject: Add GH workflow to publish to the homebrew-ferdium repo when a new tag is pushed in this repo [skip ci] --- .github/workflows/homebrew-cask-updates.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/homebrew-cask-updates.yml (limited to '.github/workflows') diff --git a/.github/workflows/homebrew-cask-updates.yml b/.github/workflows/homebrew-cask-updates.yml new file mode 100644 index 000000000..ed38031bd --- /dev/null +++ b/.github/workflows/homebrew-cask-updates.yml @@ -0,0 +1,19 @@ +name: bump-ferdium-casks +on: + release: + types: [published] + +jobs: + bump-casks: + runs-on: macos-latest + steps: + - uses: macauley/action-homebrew-bump-cask@v1 + with: + # Required, custom GitHub access token with only the 'public_repo' scope enabled + token: ${{secrets.HOMEBREW_FERDIUM_PUBLISH_TOKEN}} + # Bump all outdated casks in this tap + tap: ferdium/homebrew-ferdium + # Bump only these casks if outdated + cask: ferdium-nightly,ferdium-beta + # livecheck: true + dryrun: false -- cgit v1.2.3-70-g09d2