summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2021-01-25 14:08:29 -0600
committerSean E. Russell <ser@ser1.net>2021-01-25 14:08:29 -0600
commit1213fe82373b684b08ef39d2605a4282a821ef12 (patch)
treec3733943b5b27dc38a2bbb7f95e2012ec7aa7044 /.github
parent4523169549700d58780ec37c3d01e756a1361705 (diff)
Patch to try to resolve homebrew workflow failure.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 3b697e5..c189b1f 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
with:
token: ${{ secrets.homebrew }}
formula: gotop
- revision: ${{ steps.tag_name.outputs.tag }}
+ tag: ${{ steps.tag_name.outputs.tag }}
- name: Update Arch AURs
uses: peter-evans/repository-dispatch@v1