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"