Skip to content

Commit

Permalink
chore: disable homebrew cask release
Browse files Browse the repository at this point in the history
  • Loading branch information
declantsien committed Feb 13, 2023
1 parent d68261a commit cdfbdcd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
$(find builds -name '*.dmg' -or -name '*.sha256')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Trigger update casks workflow in homebrew tap
if: ${{ steps.dmg.outputs.result != 'fail' && inputs.testBuildName == '' }}
run: >-
gh workflow run --repo emacs-ng/homebrew-emacsng-builds update-casks.yml
env:
GITHUB_TOKEN: ${{ secrets.TAP_REPO_TOKEN }}
# - name: Trigger update casks workflow in homebrew tap
# if: ${{ steps.dmg.outputs.result != 'fail' && inputs.testBuildName == '' }}
# run: >-
# gh workflow run --repo emacs-ng/homebrew-emacsng-builds update-casks.yml
# env:
# GITHUB_TOKEN: ${{ secrets.TAP_REPO_TOKEN }}
- run: echo 'No DMG artifact available, was there a new commit to build?'
if: ${{ steps.dmg.outputs.result == 'fail' }}

0 comments on commit cdfbdcd

Please sign in to comment.