From 15d2aaca23625e5b2744248f7b68fc1e6bbff48e Mon Sep 17 00:00:00 2001 From: Brian Surowiec Date: Mon, 15 Nov 2021 01:22:05 -0500 Subject: [PATCH] Fix repository url (#178) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa50f01..8bb5cbc 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/softprops/action-gh-template.git" + "url": "git+https://github.com/softprops/action-gh-release.git" }, "keywords": [ "actions"