summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2025-03-15 08:31:09 -0400
committerGitHub <noreply@github.com>2025-03-15 08:31:09 -0400
commit7155476cbdf0c382794b891bbf1d493e9bca18eb (patch)
treea326effdc7d7aec3d6d5b1e659a161db884617a5 /.github
parent3e0859bd4dbcaab7c32ccd9420ed183f9d22d7dd (diff)
ci(homebrew): Let homebrew auto-bump (#2355)
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index da673eca..f7a58eb2 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -87,28 +87,6 @@ jobs:
../../../lab mr create --allow-collaboration \
-m "community/gomplate: upgrade to ${VERSION}" \
-m "https://github.com/${{ github.repository }}/releases/tag/${TAG_NAME}"
- deploy-homebrew:
- # run on macOS - this doesn't work in Linuxbrew
- runs-on: macos-latest
- environment:
- name: homebrew
- env:
- TAG_NAME: ${{ github.event.release.tag_name }}
- steps:
- - uses: actions/create-github-app-token@v1
- id: app-token
- with:
- app-id: ${{ vars.APP_ID }}
- private-key: ${{ secrets.PRIVATE_KEY }}
- - name: Set up Homebrew
- id: set-up-homebrew
- uses: Homebrew/actions/setup-homebrew@master
- - name: Bump packages
- uses: Homebrew/actions/bump-packages@master
- with:
- token: ${{ steps.app-token.outputs.token }}
- formulae: gomplate
- fork: true
deploy-docker:
runs-on: ubuntu-latest
env: