From 1ad53e19fdfcac92e77f638578285013bc8181fb Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 5 Aug 2024 12:53:58 +0200 Subject: [PATCH] use the correct command for the github release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c3ab45c..a0faa10 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,4 +50,4 @@ jobs: run: Rscript -e 'devtools::submit_cran()' - name: GitHub release - run: Rscript -e 'use_github_release()' + run: Rscript -e 'usethis::use_github_release()'