Skip to content

Commit df11eba

Browse files
committed
DEV-199: disable publication to maven
1 parent 3ff3b0e commit df11eba

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,14 @@ jobs:
3838
SIGNING_KEY_FILE_AS_BASE64_STRING: ${{ secrets.SIGNING_KEY_FILE_AS_BASE64_STRING }}
3939

4040
publish-maven-central:
41-
if: |
42-
github.event_name == 'workflow_dispatch' ||
43-
(
44-
github.event_name == 'pull_request' &&
45-
github.event.pull_request.merged == true &&
46-
startsWith(github.event.pull_request.head.ref, 'release/')
47-
)
41+
if: false # Temporarily disabled
42+
# if: |
43+
# github.event_name == 'workflow_dispatch' ||
44+
# (
45+
# github.event_name == 'pull_request' &&
46+
# github.event.pull_request.merged == true &&
47+
# startsWith(github.event.pull_request.head.ref, 'release/')
48+
# )
4849
uses: rees46/workflow/.github/workflows/reusable-android-publish.yaml@master
4950
permissions: write-all
5051
with:

0 commit comments

Comments
 (0)