diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce392e134..634f892d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: Zip build artifact run: zip -r stremio-web.zip ./build - name: Upload build artifact to GitHub release assets - uses: svenstaro/upload-release-action@2.11.3 + uses: svenstaro/upload-release-action@2.11.4 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: stremio-web.zip