Skip to content

Commit

Permalink
use the correct command for the github release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellpeck committed Aug 5, 2024
1 parent af80122 commit 1ad53e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()'

0 comments on commit 1ad53e1

Please sign in to comment.