From 4cf6810278a7c23dae8faff2cbf409b751dc4756 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 22:08:33 +0000 Subject: [PATCH] chore(deps): [WPB-9777] bump softprops/action-gh-release Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-prod-app.yml | 2 +- .github/workflows/generate-changelog.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-prod-app.yml b/.github/workflows/build-prod-app.yml index b42866dfe69..f682e36fc1f 100644 --- a/.github/workflows/build-prod-app.yml +++ b/.github/workflows/build-prod-app.yml @@ -114,7 +114,7 @@ jobs: build-flavour: prod build-variant: compatrelease - name: Attach APK and version file to release - uses: softprops/action-gh-release@v2.1.0 + uses: softprops/action-gh-release@v2.2.0 with: files: | app/build/outputs/apk/prodCompatrelease/*.apk diff --git a/.github/workflows/generate-changelog.yml b/.github/workflows/generate-changelog.yml index a239d508807..05955c37a68 100644 --- a/.github/workflows/generate-changelog.yml +++ b/.github/workflows/generate-changelog.yml @@ -48,7 +48,7 @@ jobs: npx generate-changelog@1.8.0 -t "$PREVIOUS_TAG...$CURRENT_TAG" - name: 'Attach changelog to tag' - uses: softprops/action-gh-release@v2.1.0 + uses: softprops/action-gh-release@v2.2.0 env: GITHUB_TOKEN: ${{ secrets.ANDROID_BOB_GH_TOKEN }} with: