From ae57ee8984eb4ae2f0f87473a08fefe61d623b44 Mon Sep 17 00:00:00 2001 From: Marcin Kotlicki Date: Wed, 2 Oct 2024 12:26:50 +0200 Subject: [PATCH] Fixed readme --- .github/workflows/npm-publish.yml | 8 +++++++- packages/nextjs-cache-handler/package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index a24a944..5273579 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -16,7 +16,13 @@ jobs: run: working-directory: ${{ env.rootDir }} steps: - - uses: actions/checkout@v4 + - name: Checkout code + uses: actions/checkout@v4 + + - name: Copy README file to package directory + run: | + cp ../../README.md . + - uses: actions/setup-node@v4 with: cache: npm diff --git a/packages/nextjs-cache-handler/package.json b/packages/nextjs-cache-handler/package.json index 03e5488..43d2a5f 100644 --- a/packages/nextjs-cache-handler/package.json +++ b/packages/nextjs-cache-handler/package.json @@ -10,7 +10,7 @@ "type": "git", "url": "git+https://github.com/fortedigital/nextjs-cache-handler.git" }, - "version": "1.0.0", + "version": "1.0.1", "type": "module", "license": "MIT", "description": "Next.js cache handlers",