diff --git a/.github/workflows/update_components_template.yml b/.github/workflows/update_components_template.yml index 5ba513735e..e2ecebfcb4 100644 --- a/.github/workflows/update_components_template.yml +++ b/.github/workflows/update_components_template.yml @@ -22,11 +22,11 @@ jobs: run: pip install nf-core - name: Update modules - run: nf-core modules update --all + run: nf-core modules update --all --no-preview working-directory: nf_core/pipeline-template - name: Update subworkflows - run: nf-core subworkflows update --all + run: nf-core subworkflows update --all --no-preview working-directory: nf_core/pipeline-template # Commit the changes diff --git a/CHANGELOG.md b/CHANGELOG.md index fd7817d5de..fe1252d243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ ### General +- Fix update github action for components in pipeline template ([#2968](https://github.com/nf-core/tools/pull/2968)) + ## [v2.14.0 - Tantalum Toad](https://github.com/nf-core/tools/releases/tag/2.14.0) - [2024-05-08] ### Template