From ffaf179d10b2b40e72f9d5ce61b647f26e5ccc0c Mon Sep 17 00:00:00 2001 From: Max Aigner Date: Fri, 15 Dec 2023 14:42:22 +0100 Subject: [PATCH] apparently I have to edit the repository in package.json in order to get this to use my version of godot-setup --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9afb8e5..4a3fc89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setup-godot", - "version": "1.0.0", + "version": "1.0.1", "private": true, "description": "Setup Godot for use with .NET on macOS, Windows, and Linux CI/CD runners.", "main": "lib/main.js", @@ -17,7 +17,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/chickensoft-games/setup-godot.git" + "url": "git+https://github.com/aignermax/setup-godot.git" }, "keywords": [ "actions",