This commit is contained in:
Bryce Thorup
2023-12-15 06:10:22 -07:00
parent 5aeac43c32
commit d1d661b55c

View File

@@ -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