We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b880f7 commit 529c3ddCopy full SHA for 529c3dd
.github/workflows/hook-dependencies-update.yml
@@ -26,7 +26,7 @@ jobs:
26
# - name: update existing packages
27
# run: Rscript inst/update-dependency-graph-existing-packages.R
28
- name: auto-release
29
- run: Rscript -e 'source("renv/activate.R"); renv::restore(); precommit:::auto_release()'
+ run: Rscript -e 'source("renv/activate.R"); renv::restore(); renv::install('.'); precommit:::auto_release()'
30
- name: Create Pull Request
31
uses: peter-evans/[email protected]
32
with:
0 commit comments