From bbd9bc0171013e7ac12e0f8c004fb69961365856 Mon Sep 17 00:00:00 2001 From: MrCoder Date: Sat, 17 Sep 2022 19:32:49 +1000 Subject: [PATCH] Run yarn_install yarn_build before publishing. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4cc0872..76278b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: env: PUBLISH_TOKEN: ${{ secrets.JETBRAIN_TOKEN }} PRE_RELEASE: ${{ github.event.release.prerelease }} - run: ./gradlew publishPlugin + run: ./gradlew yarn_install yarn_build publishPlugin # Patch changelog, commit and push to the current repository changelog: