Fix typo { to (
This commit is contained in:
parent
4158834d84
commit
91c1d53d79
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
- name: Changes since last tag
|
||||
id: changes
|
||||
run: |
|
||||
CHANGES=${git log $(git describe --tags --abbrev=0)..HEAD --no-merges --oneline)
|
||||
CHANGES=$(git log $(git describe --tags --abbrev=0)..HEAD --no-merges --oneline)
|
||||
if [ -z "$CHANGES" ]; then exit 1; else exit 1; fi
|
||||
|
||||
- name: Bump version and push tag
|
||||
|
Loading…
Reference in New Issue
Block a user