Fix typo { to (

This commit is contained in:
Luke Tainton 2024-07-15 20:57:01 +01:00
parent 4158834d84
commit 91c1d53d79
No known key found for this signature in database

View File

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