parent
48391fc789
commit
95d44e4939
1 changed files with 2 additions and 2 deletions
|
@ -29,11 +29,11 @@ jobs:
|
||||||
|
|
||||||
- name: Commit build
|
- name: Commit build
|
||||||
run: |
|
run: |
|
||||||
previous_version=$(git describe --tags --abbrev=0 2>/dev/null || echo '')
|
|
||||||
current_version=v$(cat package.json | grep version | grep -o -E '([0-9]+\.){2}[0-9]+')
|
current_version=v$(cat package.json | grep version | grep -o -E '([0-9]+\.){2}[0-9]+')
|
||||||
tag_message=`git log --pretty='format:%s' $previous_version..`
|
|
||||||
|
|
||||||
git switch build
|
git switch build
|
||||||
|
previous_version=$(git describe --tags --abbrev=0 2>/dev/null || echo '')
|
||||||
|
tag_message=`git log --pretty='format:%s' $previous_version..`
|
||||||
|
|
||||||
shopt -s extglob
|
shopt -s extglob
|
||||||
shopt -s dotglob
|
shopt -s dotglob
|
||||||
|
|
Loading…
Add table
Reference in a new issue