Skip to content

Commit fb0b22b

Browse files
authored
Fix syntax error in GitHub Actions workflow
1 parent 631e824 commit fb0b22b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build_packages_info.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ jobs:
5353
# Last release
5454
{
5555
gh_last_release=$(git describe --tags $(git rev-list --tags --max-count=1)) &&
56-
} ||
57-
{
56+
} || {
5857
gh_last_release=""
5958
}
6059
echo "last GitHub release: $gh_last_release"

0 commit comments

Comments
 (0)