We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac51e1 commit 89cf181Copy full SHA for 89cf181
.github/workflows/npm-publish.yml
@@ -16,7 +16,13 @@ jobs:
16
run:
17
working-directory: ${{ env.rootDir }}
18
steps:
19
- - uses: actions/checkout@v4
+ - name: Checkout code
20
+ uses: actions/checkout@v4
21
+
22
+ - name: Copy README file to package directory
23
+ run: |
24
+ cp README.md ${{ env.rootDir }}
25
26
- uses: actions/setup-node@v4
27
with:
28
cache: npm
packages/nextjs-cache-handler/package.json
@@ -10,7 +10,7 @@
10
"type": "git",
11
"url": "git+https://github.com/fortedigital/nextjs-cache-handler.git"
12
},
13
- "version": "1.0.0",
+ "version": "1.0.1",
14
"type": "module",
15
"license": "MIT",
"description": "Next.js cache handlers",
0 commit comments