File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,12 +55,12 @@ jobs:
5555
5656 # publish snapshot after successful tests (only for snapshots)
5757 publish :
58- if : github.ref == 'refs/heads/dw-3' && github.event_name != 'pull_request' && endsWith(steps.project.outputs.version, '-SNAPSHOT')
58+ if : ${{ github.ref == 'refs/heads/dw-3' && github.event_name != 'pull_request' && endsWith(steps.project.outputs.version, '-SNAPSHOT') }}
5959 needs : build
6060 uses : ./.github/workflows/publish-snapshot.yml
6161
6262# run examples with published snapshot (only for snapshots)
6363 examples :
64- if : github.ref == 'refs/heads/dw-3' && github.event_name != 'pull_request' && endsWith(steps.project.outputs.version, '-SNAPSHOT')
64+ if : ${{ github.ref == 'refs/heads/dw-3' && github.event_name != 'pull_request' && endsWith(steps.project.outputs.version, '-SNAPSHOT') }}
6565 needs : publish
6666 uses : ./.github/workflows/examples-CI.yml
You can’t perform that action at this time.
0 commit comments