Skip to content

Commit

Permalink
Merge pull request #2968 from mashehu/fix-modules-update-action
Browse files Browse the repository at this point in the history
Fix template componenents update script in github action
  • Loading branch information
mashehu authored May 9, 2024
2 parents fe1818c + c76aa80 commit c33f80e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_components_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c33f80e

Please sign in to comment.