diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 20863ea..9f7bd08 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -99,7 +99,7 @@ jobs: # https://github.com/marketplace/actions/gh-release - name: Release APK - uses: softprops/action-gh-release@v2.3.2 + uses: softprops/action-gh-release@v3.0.1 if: startsWith(github.ref, 'refs/tags/') with: token: ${{ github.token }}