Skip to content

Commit

Permalink
Update news.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig authored Sep 14, 2024
1 parent 784e12e commit d0d14d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/news.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Generate NEWS.md
run: |
Rscript -e 'pak::local_install_deps(".", upgrade=FALSE, ask=FALSE, dependencies = TRUE); pkgload::load_all(); noclocksr::generate_news(output_file = "NEWS.md", input_file = "CHANGELOG.md")'
Rscript -e 'pak::local_install_deps(".", upgrade=FALSE, ask=FALSE, dependencies = TRUE); pkgload::load_all(); noclocksr::generate_news(output_file = "NEWS.md", input_file = "CHANGELOG.md", overwrite = TRUE)'
- name: Commit and push changes
run: |
Expand Down

0 comments on commit d0d14d4

Please sign in to comment.