diff --git a/action.yml b/action.yml index 4247dd0..3a31b11 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ name: "Setup Nextflow" description: "Install Nextflow and add it to the PATH" -author: "nf-core" +author: "data-intuitive" inputs: version: description: "The Nextflow version to download (if necessary) and use. Example: 21.10.3" diff --git a/package-lock.json b/package-lock.json index 8f07cca..bb29432 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "install-nextflow-action", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index d3bf27b..94b86f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "install-nextflow-action", - "version": "1.3.0", + "version": "1.3.1", "description": "An action to install Nextflow into a GitHub Actions workflow and make it available for subsequent steps.", "main": "lib/src/main.js", "scripts": { @@ -15,14 +15,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/nf-core/setup-nextflow.git" + "url": "git+https://github.com/data-intuitive/setup-nextflow.git" }, "keywords": [ "actions", "node", "setup" ], - "author": "nf-core", + "author": "data-intuitive", "ava": { "extensions": [ "ts"