From 7a16aa0c3f4fd50038f684d337f9fd98cceaa9b7 Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Fri, 15 Dec 2023 05:53:07 -0700 Subject: [PATCH] first test --- action.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 action.yaml diff --git a/action.yaml b/action.yaml new file mode 100644 index 0000000..4858786 --- /dev/null +++ b/action.yaml @@ -0,0 +1,12 @@ +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" +inputs: + server_url: + description: The git repository URL + required: true +runs: + using: composite + steps: + - run: version + shell: ls -l