From 1f57478d1033ab51ad0f94b09d800f2c2230ad5d Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sun, 27 Oct 2024 13:53:10 +0600 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 97ef9be2041..a1c2bc167f1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,8 +17,8 @@ jobs: mv gradle.properties.tmp gradle.properties - name: Build run: ./gradlew build - - name: Publish + - name: Publish to InmoNexus continue-on-error: true - run: ./gradlew publishAllPublicationsToGiteaRepository + run: ./gradlew publishAllPublicationsToInmoNexusRepository env: GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}