summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2022-02-14 16:44:27 -0600
committerSean E. Russell <ser@ser1.net>2022-02-15 11:53:47 -0600
commitf21a46134638da7d2fe38915f7298362f8e82452 (patch)
tree4d485d56938b3833fa24f5721f94f4af7d7b6cc8 /.github
parentf15c3dea66598c3ffa9035a69b04827e71172d33 (diff)
Fixed target directory for man page; removes the homebrew trigger in release workflow -- gotop is in core.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 6c15c8d..5cb2c80 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -14,14 +14,6 @@ jobs:
run: echo "##[set-output name=tag;]$(echo ${GITHUB_REF##*/})"
id: tag_name
- - name: Update Homebrew recipe
- uses: peter-evans/repository-dispatch@v1
- with:
- token: ${{ secrets.REPO_ACCESS_TOKEN }}
- repository: xxxserxxx/homebrew-gotop
- event-type: my-release
- client-payload: '{"tag": "${{ steps.tag_name.outputs.tag }}"}'
-
- name: Update and inform Homebrew
uses: dawidd6/action-homebrew-bump-formula@v3
with: