Skip to content

Commit 96e2c35

Browse files
committed
mv README before publishing
1 parent 05f89df commit 96e2c35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Test
2424
run: pnpm test
2525
- name: Build
26-
run: cd packages/react-rough-fiber && pnpm run pre-publish
26+
run: mv README.md packages/react-rough-fiber && cd packages/react-rough-fiber && pnpm run pre-publish
2727
- name: Publish
2828
run: cd packages/react-rough-fiber && npm publish --access public
2929
env:

packages/react-rough-fiber/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-rough-fiber",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "A React renderer for rendering hand-drawn SVGs.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)