From a11a644105028c7a33f0199451686dc44b3dbfa8 Mon Sep 17 00:00:00 2001 From: Derek Kershner Date: Sat, 22 May 2021 09:25:41 -0700 Subject: [PATCH] Fixed the action yaml to correct file --- action.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index f481f99..25d17b9 100644 --- a/action.yml +++ b/action.yml @@ -18,4 +18,4 @@ inputs: required: false runs: using: 'node12' - main: 'lib/main.js' \ No newline at end of file + main: 'dist/index.js' \ No newline at end of file diff --git a/package.json b/package.json index 2a4e183..9491345 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "post-api-call-action", - "version": "1.0.1", + "version": "1.0.2", "private": true, "description": "Send a POST request action", "main": "lib/main.js",