correct order
This commit is contained in:
12
action
12
action
@@ -1,9 +1,9 @@
|
||||
apt update
|
||||
apt install jq -y
|
||||
CURRENT_VERSION=$(jq -r .version package.json)
|
||||
PREVIOUS_VERSIONS=$(git tag -l)
|
||||
# CURRENT_VERSION=$(jq -r .version package.json)
|
||||
# PREVIOUS_VERSIONS=$(git tag -l)
|
||||
|
||||
if [[ $PREVIOUS_VERSIONS =~ (^|[[:space:]])$CURRENT_VERSION($|[[:space:]]) ]]; then
|
||||
git tag -a -m "Version $(CURRENT_VERSION)" $CURRENT_VERSION
|
||||
git push --follow-tags
|
||||
fi
|
||||
# if [[ $PREVIOUS_VERSIONS =~ (^|[[:space:]])$CURRENT_VERSION($|[[:space:]]) ]]; then
|
||||
# git tag -a -m "Version $(CURRENT_VERSION)" $CURRENT_VERSION
|
||||
# git push --follow-tags
|
||||
# fi
|
||||
@@ -8,5 +8,5 @@ inputs:
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- run: Ensure apt is up-to-date
|
||||
shell: ./action
|
||||
- run: action
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user