Skip to content

Commit

Permalink
Update check-release.yaml
Browse files Browse the repository at this point in the history
It's build_args not build-args for some reason...
  • Loading branch information
SkylarMarvel authored Oct 17, 2023
1 parent 4de36ba commit de7eb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- uses: r-lib/actions/check-r-package@v2
with:
args: 'c("--no-manual", "--as-cran", "--no-vignettes")'
build-args: 'c("--no-manual", "--no-vignettes")'
build_args: 'c("--no-manual", "--no-vignettes")'

0 comments on commit de7eb92

Please sign in to comment.