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