diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 71ed73a..f77b68e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: run: ./gradlew clean assembleRelease --no-build-cache --no-configuration-cache --no-daemon - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: app/build/outputs/apk/release/*.apk generate_release_notes: true