From 524a0242af13317bc2ef8cd70b1c81e690b4ad95 Mon Sep 17 00:00:00 2001 From: namuan <575441+namuan@users.noreply.github.com> Date: Fri, 30 Dec 2022 17:58:37 +0000 Subject: [PATCH] build: #3 If not endswith without expression syntax --- .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 9824c64..b008c48 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: