We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f0e0d commit dd45aecCopy full SHA for dd45aec
.github/workflows/preview-and-release.yml
@@ -54,7 +54,7 @@ jobs:
54
run: ./gradlew $PREVIEW_TASK
55
56
maven_Release:
57
- if: startsWith(github.ref, 'refs/tags/') && ${{ github.actor == 'release-please[bot]' }}
+ if: ${{ startsWith(github.ref, 'refs/tags/') && github.actor == 'release-please[bot]'}}
58
environment:
59
name: maven_central_release
60
runs-on: ubuntu-latest
0 commit comments