Skip to content

Commit

Permalink
Merge pull request #2030 from microsoftgraph/fix/manual-maven-release…
Browse files Browse the repository at this point in the history
…-step

Fix bug in triggering maven central release workflow
  • Loading branch information
Ndiritu authored Jun 4, 2024
2 parents 90f0e0d + dd45aec commit 5ed2b39
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 5ed2b39

Please sign in to comment.