Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
stigi committed Oct 11, 2024
1 parent 2d5f330 commit 679f386
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 679f386

Please sign in to comment.