We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6826c commit d6293f6Copy full SHA for d6293f6
nextflow.yaml
@@ -1,7 +1,7 @@
1
package:
2
name: nextflow
3
- version: "25.04.2"
4
- epoch: 1
+ version: "25.04.3"
+ epoch: 0
5
description: A DSL for data-driven computational pipelines.
6
copyright:
7
- license: Apache-2.0
@@ -28,7 +28,7 @@ pipeline:
28
- uses: git-checkout
29
with:
30
repository: https://github.com/nextflow-io/nextflow.git
31
- expected-commit: ea75b301c7928dfea20af47ad9b4f9212fa3b1e7
+ expected-commit: 08c0027038cd99789dd790f2082f50870bc2de91
32
tag: v${{package.version}}
33
34
- uses: patch
0 commit comments