Skip to content

Commit cdfbdcd

Browse files
committed
chore: disable homebrew cask release
1 parent d68261a commit cdfbdcd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/_release.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ jobs:
4747
$(find builds -name '*.dmg' -or -name '*.sha256')
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50-
- name: Trigger update casks workflow in homebrew tap
51-
if: ${{ steps.dmg.outputs.result != 'fail' && inputs.testBuildName == '' }}
52-
run: >-
53-
gh workflow run --repo emacs-ng/homebrew-emacsng-builds update-casks.yml
54-
env:
55-
GITHUB_TOKEN: ${{ secrets.TAP_REPO_TOKEN }}
50+
# - name: Trigger update casks workflow in homebrew tap
51+
# if: ${{ steps.dmg.outputs.result != 'fail' && inputs.testBuildName == '' }}
52+
# run: >-
53+
# gh workflow run --repo emacs-ng/homebrew-emacsng-builds update-casks.yml
54+
# env:
55+
# GITHUB_TOKEN: ${{ secrets.TAP_REPO_TOKEN }}
5656
- run: echo 'No DMG artifact available, was there a new commit to build?'
5757
if: ${{ steps.dmg.outputs.result == 'fail' }}

0 commit comments

Comments
 (0)