ci: remove updating server for stable releases

This commit is contained in:
Marie 2023-10-17 09:34:58 +02:00 committed by GitHub
parent 4d71afa884
commit f71a675a34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,10 +62,3 @@ jobs:
labels: stable
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Push update to server
if: steps.build.outcome == 'success'
uses: indiesdev/curl@v1.1
with:
url: ${{ secrets.AUTO_UPDATE_URL }}
method: POST
timeout: 600000