Skip to content

Commit 89cf181

Browse files
committed
Fixed readme
1 parent eac51e1 commit 89cf181

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@ jobs:
1616
run:
1717
working-directory: ${{ env.rootDir }}
1818
steps:
19-
- uses: actions/checkout@v4
19+
- 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+
2026
- uses: actions/setup-node@v4
2127
with:
2228
cache: npm

packages/nextjs-cache-handler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "git",
1111
"url": "git+https://github.com/fortedigital/nextjs-cache-handler.git"
1212
},
13-
"version": "1.0.0",
13+
"version": "1.0.1",
1414
"type": "module",
1515
"license": "MIT",
1616
"description": "Next.js cache handlers",

0 commit comments

Comments
 (0)