From 476aef3621efe3cf8f591294e9f035ecf4fb3f5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 15:52:40 +0000 Subject: [PATCH] Bump R0Wi/nextcloud-appstore-push-action from 1.0.4 to 1.0.5 Bumps [R0Wi/nextcloud-appstore-push-action](https://github.com/r0wi/nextcloud-appstore-push-action) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/r0wi/nextcloud-appstore-push-action/releases) - [Commits](https://github.com/r0wi/nextcloud-appstore-push-action/compare/v1.0.4...v1.0.5) --- updated-dependencies: - dependency-name: R0Wi/nextcloud-appstore-push-action dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 6fe1b35..3a25cb0 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -31,7 +31,7 @@ jobs: tag: ${{ github.ref }} overwrite: true - name: Upload app to Nextcloud appstore - uses: R0Wi/nextcloud-appstore-push-action@v1.0.4 + uses: R0Wi/nextcloud-appstore-push-action@v1.0.5 with: app_name: ${{ env.APP_NAME }} appstore_token: ${{ secrets.APPSTORE_TOKEN }}