Skip to content

Commit 95de32e

Browse files
committed
fix expression
1 parent 24b94f6 commit 95de32e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
path: '*/build/reports'
7575

7676
publish:
77-
if: contains(needs.version.outputs.BUILD_VERSION, 'SNAPSHOT') && && ${{ github.actor == 'hauner' }}
77+
if: contains(needs.version.outputs.BUILD_VERSION, 'SNAPSHOT') && ${{ github.actor == 'hauner' }}
7878
needs: [version, test]
7979
name: publish snapshot
8080

0 commit comments

Comments
 (0)