diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 240e7d6..c8ee288 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -104,7 +104,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@v2.4.1 if: startsWith(github.ref, 'refs/tags/') with: token: ${{ github.token }}