Skip to content

Commit 1dc9128

Browse files
install desc with renv
1 parent dbea6a5 commit 1dc9128

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
4646
- name: Push latest tag
4747
run: >
48+
Rscript -e "renv::install('desc')"
4849
TAG="v$(Rscript -e 'cat(as.character(desc::desc_get_version()))')"
4950
git tag $TAG
5051
git push origin $TAG

0 commit comments

Comments
 (0)