Skip to content

Commit bb797d5

Browse files
install itself
1 parent 9b880f7 commit bb797d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hook-dependencies-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# - name: update existing packages
2727
# run: Rscript inst/update-dependency-graph-existing-packages.R
2828
- name: auto-release
29-
run: Rscript -e 'source("renv/activate.R"); renv::restore(); precommit:::auto_release()'
29+
run: Rscript -e 'source("renv/activate.R"); renv::restore(); renv::install("."); precommit:::auto_release()'
3030
- name: Create Pull Request
3131
uses: peter-evans/[email protected]
3232
with:

0 commit comments

Comments
 (0)