From d46f68f6d58905dc56f365cb7a9586c1eaad5f13 Mon Sep 17 00:00:00 2001 From: ivorpad Date: Wed, 30 Sep 2020 07:14:25 +0200 Subject: [PATCH] Removed cache action --- .github/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f229866c21..a262275112 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,8 +11,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 with: - fetch-depth: 1 - - uses: actions/cache@v2 + fetch-depth: 1 - name: Configuring Node.js uses: actions/setup-node@v2-beta with: