From a9e06bcb6719b84e30a6d306e82dd8ac21a7cc17 Mon Sep 17 00:00:00 2001 From: Nick Cipollo Date: Mon, 2 Sep 2019 21:22:19 -0400 Subject: [PATCH] Update package info --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5ef8c13..efd7116 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "node12-template-action", - "version": "0.0.0", + "name": "release-action", + "version": "1.1.0", "private": true, - "description": "Node 12 template action", + "description": "An action which manages a github release", "main": "lib/main.js", "scripts": { "build": "tsc", @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/actions/node12-template.git" + "url": "git+https://github.com/ncipollo/release-action.git" }, "keywords": [ "actions",