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 1dc9128 commit 5aeca19Copy full SHA for 5aeca19
.github/workflows/hook-dependencies-update.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Push latest tag
47
run: >
48
- Rscript -e "renv::install('desc')"
+ Rscript -e "install.packages('desc')"
49
TAG="v$(Rscript -e 'cat(as.character(desc::desc_get_version()))')"
50
git tag $TAG
51
git push origin $TAG
0 commit comments