Skip to content

Commit

Permalink
build: #3 If not endswith
Browse files Browse the repository at this point in the history
  • Loading branch information
namuan committed Dec 30, 2022
1 parent e21a65d commit ab419cc
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 ab419cc

Please # to comment.