summaryrefslogtreecommitdiffstats
path: root/.github/workflows/post-release.yml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-07-18 22:30:52 -0700
committerGitHub <noreply@github.com>2021-07-19 01:30:52 -0400
commit895e3cddce094371ee702d85d701b8a710491f6d (patch)
treed8be4faee8048f698322542c1989009f251e01c0 /.github/workflows/post-release.yml
parent2d30dbf931d46b86868292e193558187e302cea8 (diff)
ci: disable AUR packaging (#551)
Since Arch builds are now maintained by a TU in the community repo, I'll be disabling AUR packaging from this point forward. Yay!
Diffstat (limited to '.github/workflows/post-release.yml')
-rw-r--r--.github/workflows/post-release.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml
index 9e52d852..3189b75c 100644
--- a/.github/workflows/post-release.yml
+++ b/.github/workflows/post-release.yml
@@ -98,10 +98,3 @@ jobs:
-H 'Accept: application/vnd.github.everest-preview+json' \
-u ${{ secrets.BOTTOM_PACKAGE_DEPLOYMENT }} \
--data '{ "event_type": "update", "client_payload": { "version": "'"$RELEASE_VERSION"'" } }'
-
- - name: Trigger AUR
- run: |
- curl -X POST https://api.github.com/repos/ClementTsang/aur-bottom/dispatches \
- -H 'Accept: application/vnd.github.everest-preview+json' \
- -u ${{ secrets.BOTTOM_PACKAGE_DEPLOYMENT }} \
- --data '{ "event_type": "update", "client_payload": { "version": "'"$RELEASE_VERSION"'" } }' \ No newline at end of file