Skip to content

Commit

Permalink
Fix conditional expression syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndiritu committed Jun 4, 2024
1 parent 90f0e0d commit dd45aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: ./gradlew $PREVIEW_TASK

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

0 comments on commit dd45aec

Please sign in to comment.