Skip to content

Commit 9529dda

Browse files
committed
Fix conditional expression for maven central release
1 parent 2969ff3 commit 9529dda

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)