We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b94f6 commit 95de32eCopy full SHA for 95de32e
1 file changed
.github/workflows/build.yaml
@@ -74,7 +74,7 @@ jobs:
74
path: '*/build/reports'
75
76
publish:
77
- if: contains(needs.version.outputs.BUILD_VERSION, 'SNAPSHOT') && && ${{ github.actor == 'hauner' }}
+ if: contains(needs.version.outputs.BUILD_VERSION, 'SNAPSHOT') && ${{ github.actor == 'hauner' }}
78
needs: [version, test]
79
name: publish snapshot
80
0 commit comments