Skip to content

Commit

Permalink
Fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AyronK committed Oct 2, 2024
1 parent eac51e1 commit ae57ee8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs-cache-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ae57ee8

Please sign in to comment.