Skip to content

Commit dd45aec

Browse files
committed
Fix conditional expression syntax
1 parent 90f0e0d commit dd45aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: ./gradlew $PREVIEW_TASK
5555

5656
maven_Release:
57-
if: startsWith(github.ref, 'refs/tags/') && ${{ github.actor == 'release-please[bot]' }}
57+
if: ${{ startsWith(github.ref, 'refs/tags/') && github.actor == 'release-please[bot]'}}
5858
environment:
5959
name: maven_central_release
6060
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)