Skip to content

Commit f587c21

Browse files
committed
fix if condition
1 parent b5067de commit f587c21

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
@@ -77,7 +77,7 @@ jobs:
7777
path: '*/build/reports'
7878

7979
publish:
80-
if: contains(needs.version.outputs.BUILD_VERSION, 'SNAPSHOT') && ${{ github.actor == 'hauner' }}
80+
if: contains(needs.version.outputs.BUILD_VERSION, 'SNAPSHOT') && github.actor == 'hauner'
8181
needs: [version, test]
8282
name: publish snapshot
8383

0 commit comments

Comments
 (0)