Skip to content

Commit 5aeca19

Browse files
without renv
1 parent 1dc9128 commit 5aeca19

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
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Push latest tag
4747
run: >
48-
Rscript -e "renv::install('desc')"
48+
Rscript -e "install.packages('desc')"
4949
TAG="v$(Rscript -e 'cat(as.character(desc::desc_get_version()))')"
5050
git tag $TAG
5151
git push origin $TAG

0 commit comments

Comments
 (0)