Skip to content

Commit 5ed2b39

Browse files
authored
Merge pull request #2030 from microsoftgraph/fix/manual-maven-release-step
Fix bug in triggering maven central release workflow
2 parents 90f0e0d + dd45aec commit 5ed2b39

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)