From 935b57df8b08eb88095b0b065957ad0cabf3984e Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Fri, 15 Dec 2023 06:40:33 -0700 Subject: [PATCH] s --- action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 8191921..7aed6f7 100644 --- a/action.yaml +++ b/action.yaml @@ -2,7 +2,7 @@ name: versioned-release description: "Creates a version tag when the 'version' value in 'package.json' has changed and a tag with the version number does not already exist." author: "Bryce Thorup" runs: - using: composite + using: "composite" steps: - - run: ./action.sh + - run: ls -a ../ #$GITHUB_ACTION_PATH/action.sh shell: bash