From d080a0cfdcc40dea2acf00534ed15ba6cc556bd8 Mon Sep 17 00:00:00 2001 From: Marten Lohstroh Date: Sun, 1 May 2022 13:50:08 -0700 Subject: [PATCH] Add newline --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc780b8..d9ae940 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,4 +70,4 @@ jobs: [[ "${{ steps.override.outputs.bump }}" = "1.3.0" ]] || exit 1 - name: Ensure next-build of foo-build is foo run: | - [[ "$(semver get build ${{ steps.foo-build.outputs.next-build }})" = "foo" ]] || exit 1 \ No newline at end of file + [[ "$(semver get build ${{ steps.foo-build.outputs.next-build }})" = "foo" ]] || exit 1