ci: remove updating server for stable releases
This commit is contained in:
parent
4d71afa884
commit
f71a675a34
|
@ -62,10 +62,3 @@ jobs:
|
||||||
labels: stable
|
labels: stable
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
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
|
|
||||||
|
|
Loading…
Reference in New Issue