From b064e9d097f4974d5df5c54068fe22001acc98f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ullrich=20Sch=C3=A4fer?= Date: Fri, 11 Oct 2024 10:58:24 +0200 Subject: [PATCH] wip --- .github/workflows/gradle.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 2110eaa..3579e59 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -70,13 +70,13 @@ jobs: # continue-on-error: false # If annotations contain error of severity, action-android-lint exit 1. + changeset: + uses: ./.github/workflows/changeset.yml publish: runs-on: ubuntu-latest - needs: [ build, test, lint ] + needs: [ changeset, build, test, lint ] steps: - - name: Invoke Changesets workflow - uses: magicbell/magicbell-android/.github/workflows/changeset.yml@d34bad1964abda9a619a42fc38db09a47393071b - name: Publish to Maven run: echo "FAKE - PUBLISH"