Skip to content

Commit

Permalink
trying to figure out why release isn't working properly
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Jun 15, 2023
1 parent 6306aab commit ecf33da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
Expand Down

0 comments on commit ecf33da

Please sign in to comment.