summaryrefslogtreecommitdiffstats
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
parent4523169549700d58780ec37c3d01e756a1361705 (diff)
Patch to try to resolve homebrew workflow failure.
-rw-r--r--.github/workflows/release.yml2
-rw-r--r--docs/releasing.md9
2 files changed, 8 insertions, 3 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
diff --git a/docs/releasing.md b/docs/releasing.md
index bce518c..c05b61f 100644
--- a/docs/releasing.md
+++ b/docs/releasing.md
@@ -9,8 +9,13 @@
7. Finish the draft release and publish.
8. Check gotop-builder for a successful everything build; if successful, publish.
10. Wait for the [AUR](https://github.com/xxxserxxx/gotop-linux) project to finish building.
- 1. update arch (gotop-linux) and run `aurpublish gotop` and `aurpublish gotop-bin`
- 2. Test install `gotop` and `gotop-bin` with running & version check
+ 1. Update package versions in gotop and gotop-bin
+ 2. namcap PKGBUILD
+ 3. updpkgsums
+ 4. makepkg --printsrcinfo > .SRCINFO
+ 5. git commit -a
+ 6. git push
+ 7. Test install `gotop`, `gotop-bin`, and `gotop-git` with running & version check
11. Notify Nix
12. ~~Notify Homebrew~~ Automated now.