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