From 8d9bb228ee489a9a440d88cf21a39cb5f17692c4 Mon Sep 17 00:00:00 2001 From: "Angel D. Munoz" Date: Wed, 22 Nov 2023 13:07:09 -0600 Subject: [PATCH] . --- .github/workflows/firebase-hosting-merge.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 20ae175..54b1cbc 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -15,7 +15,6 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: "8.x.x" - cache: true - run: dotnet workload install wasm-tools - run: dotnet publish -c Release src/Mandadin.Client -o dist - uses: FirebaseExtended/action-hosting-deploy@v0