diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bbe12728ea..fe8f9f2e2d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -122,7 +122,7 @@ jobs: - uses: ./.github/workflows/actions/build-angular build-angular-server: - needs: [build-angular] + needs: [build-core] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/release-ionic.yml b/.github/workflows/release-ionic.yml index 43aedeebe4..f4d1b684d4 100644 --- a/.github/workflows/release-ionic.yml +++ b/.github/workflows/release-ionic.yml @@ -144,7 +144,7 @@ jobs: paths: packages/vue/dist packages/vue/css release-angular-server: - needs: [release-angular] + needs: [release-core] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -154,12 +154,6 @@ jobs: name: ionic-core path: ./core filename: CoreBuild.zip - - name: Restore @ionic/angular built cache - uses: ./.github/workflows/actions/download-archive - with: - name: ionic-angular - path: ./angular - filename: AngularBuild.zip - uses: ./.github/workflows/actions/publish-npm with: scope: '@ionic/angular-server' diff --git a/.github/workflows/stencil-nightly.yml b/.github/workflows/stencil-nightly.yml index 404cb22e5b..5c27bc09fe 100644 --- a/.github/workflows/stencil-nightly.yml +++ b/.github/workflows/stencil-nightly.yml @@ -133,7 +133,7 @@ jobs: - uses: ./.github/workflows/actions/build-angular build-angular-server: - needs: [build-angular] + needs: [build-core] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3