summaryrefslogtreecommitdiffstats
path: root/.github/workflows/post-release.yml
diff options
context:
space:
mode:
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