diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5e06bbf..0f60147 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,6 +15,9 @@ jobs: - name: Checkout code uses: actions/checkout@v3 + - name: Publish local Storytale plugin + run: ./gradlew publishToMavenLocal + - name: Run Gradle Tasks run: ./gradlew :examples:wasmJsBrowserStoriesProductionExecutableDistribution