diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 402a84729..72e7c293f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,10 +25,4 @@ jobs: file: stremio-web.zip asset_name: stremio-web.zip tag: ${{ github.ref }} - overwrite: true - - name: Upload build artifact to Netlify - run: | - curl -H "Content-Type: application/zip" \ - -H "Authorization: Bearer ${{ secrets.netlify_access_token }}" \ - --data-binary "@stremio-web.zip" \ - https://api.netlify.com/api/v1/sites/stremio-development.netlify.com/deploys + overwrite: true \ No newline at end of file