From ab419cc66ad70140a57029d4aaab990a510c8487 Mon Sep 17 00:00:00 2001 From: namuan <575441+namuan@users.noreply.github.com> Date: Fri, 30 Dec 2022 17:55:55 +0000 Subject: [PATCH] build: #3 If not endswith --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 16650c2..9824c64 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -81,7 +81,7 @@ jobs: release: needs: [ precheck, build ] - if: ! endsWith(${{ needs.precheck.outputs.VERSION }}, '-SNAPSHOT') + if: !endsWith(${{ needs.precheck.outputs.VERSION }}, '-SNAPSHOT') runs-on: ubuntu-latest steps: