diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 78d2de0..3c265bc 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 }}