From 7dc254c79b48a7b3182bc55048990de7a9debb39 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 5 Aug 2024 22:06:05 -0400 Subject: [PATCH] Fix package name (#428) Maybe this will fix the marketplace issue? --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a7d7f9..2d22440 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "deploy-cloud-functions", + "name": "@google-github-actions/deploy-cloud-functions", "version": "3.0.4", "description": "Deploy a Cloud Function", "main": "dist/index.js",