From 42602f89900119f409f3daf70d43831ef8c3420a Mon Sep 17 00:00:00 2001 From: Carson Date: Mon, 31 Jul 2023 17:09:06 -0500 Subject: [PATCH] Close #201. Temporariliy downgrade rsconnect. --- .github/workflows/apps-deploy.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/apps-deploy.yml b/.github/workflows/apps-deploy.yml index 2d7a907a18..89361ca0b0 100644 --- a/.github/workflows/apps-deploy.yml +++ b/.github/workflows/apps-deploy.yml @@ -72,6 +72,14 @@ jobs: cache-version: deploy-2-${{ needs.config.outputs.cache-version }} extra-packages: any::rsconnect + # Temporarily downgrade rsconnect + # (rsconnect 1.0 introduced an issue with deploying from CI + # TODO: Once a proper fix is CRAN, we can remove this step) + - name: Downgrade rsconnect + shell: Rscript {0} + run: | + pak::pkg_install("rsconnect@0.8.29") + # Perform as second step to make sure this version is installed - name: Install shinycoreci from GitHub shell: Rscript {0}