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