From 7396d4270c7f969209e6709b85fb9a56556c9d08 Mon Sep 17 00:00:00 2001 From: pi0neerpat Date: Wed, 19 Apr 2023 16:10:21 -0700 Subject: [PATCH] v1.0.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1090ca7..c9494c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "publish-pr-packages", - "version": "1.0.0", + "version": "1.0.2", "description": "Container template action using actions/toolkit", "scripts": { "build": "tsc", @@ -25,9 +25,9 @@ "homepage": "https://github.com/actions/UseKeyp/keyp-package-publisher#readme", "dependencies": { "@actions/core": "^1.0.0", - "@actions/io": "^1.0.0", "@actions/exec": "^1.0.0", "@actions/github": "^1.0.0", + "@actions/io": "^1.0.0", "@actions/tool-cache": "^1.0.0" }, "devDependencies": {