From 03f427f49b1ddda7840c16201a2a0b10c3179878 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 17:03:17 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v2.0.4 --- .github/workflows/gradleCI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradleCI.yml b/.github/workflows/gradleCI.yml index 05823a9..56c2c67 100644 --- a/.github/workflows/gradleCI.yml +++ b/.github/workflows/gradleCI.yml @@ -73,7 +73,7 @@ jobs: - name: 🎉 Publish Github release if: ${{ github.ref_type == 'tag' }} - uses: softprops/action-gh-release@v2.0.3 + uses: softprops/action-gh-release@v2.0.4 with: files: wallpaperexport_gh_${{ steps.version.outputs.versionCode }}.apk body_path: fastlane/metadata/android/en-US/changelogs/${{ steps.version.outputs.versionCode }}.txt