Skip to content

Commit 69cd862

Browse files
Update build-and-publish.yml
1 parent 0286db9 commit 69cd862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: ./gradlew $PREVIEW_TASK
5252

5353
maven_Release:
54-
if: ${{ github.ref == 'ref/heads/master' }}
54+
if: ${{ github.ref == 'refs/heads/master' }}
5555
environment:
5656
name: maven_central_release
5757
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)