1
0

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
-7
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