Skip to content

Commit

Permalink
build: #3 If not endswith without expression syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
namuan committed Dec 30, 2022
1 parent ab419cc commit 524a024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 524a024

Please # to comment.