From d75aed661e05e317e44b9354722a86291812c394 Mon Sep 17 00:00:00 2001 From: thrillfall Date: Sat, 14 Aug 2021 20:24:27 +0200 Subject: [PATCH] update github action version --- .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 2c62410..f2cd942 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -27,7 +27,7 @@ jobs: tag: ${{ github.ref }} overwrite: true - name: Upload app to Nextcloud appstore - uses: R0Wi/nextcloud-appstore-push-action@v1 + uses: R0Wi/nextcloud-appstore-push-action@v1.0.3 env: app_name: ${{ env.APP_NAME }} appstore_token: ${{ secrets.APPSTORE_TOKEN }}