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