separate script
This commit is contained in:
@@ -9,10 +9,4 @@ runs:
|
||||
using: composite
|
||||
steps:
|
||||
- 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
|
||||
shell: export PREVIOUS_VERSIONS=$(git tag -l)
|
||||
shell: action
|
||||
|
||||
Reference in New Issue
Block a user