From d1d661b55cde34d15cdc0b115db1b331f01c19cf Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Fri, 15 Dec 2023 06:10:22 -0700 Subject: [PATCH] a --- action.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 93ad433..6b06505 100644 --- a/action.yaml +++ b/action.yaml @@ -8,8 +8,10 @@ inputs: runs: using: composite steps: - - run: Get jq - shell: apt update && apt install jq -y + - run: Ensure apt is up-to-date + shell: apt update + - run: Get jq command + shell: apt install jq -y - run: Get version from package.json shell: export CURRENT_VERSION=$(jq -r .version package.json) - run: Get tagged versions from git