Skip to content

Commit

Permalink
Try downgrading rsconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Aug 9, 2023
1 parent 732ffcc commit 2ef474b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apps-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ jobs:
with:
r-version: ${{ matrix.config.r }}
cache-version: deploy-2-${{ needs.config.outputs.cache-version }}
extra-packages: rstudio/rsconnect

# Perform as second step to make sure this version is installed
- name: Install shinycoreci from GitHub
shell: Rscript {0}
run: |
remotes::install_version("rsconnect", "0.8.29")
pak::pkg_install("rstudio/shinycoreci@${{ github.sha }}")
- name: Deploy Apps to Shinyapps.io
Expand Down

0 comments on commit 2ef474b

Please sign in to comment.