Skip to content

Commit 2607580

Browse files
committed
Fix coping README.md
1 parent 572510a commit 2607580

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/manual-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
git config --global user.name "mayank1513"
3434
git config --global user.email "[email protected]"
3535
- name: Copy Readme file
36-
run: cp ../README.md . # todo: uncomment this line while rebranding
36+
run: cp ./README.md ./lib # todo: uncomment this line while rebranding
3737
- name: Apply changesets, publish and create release, branches and tags
3838
run: node ./scripts/manual-publish.js
3939
env:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
git config --global user.name "mayank1513"
3636
git config --global user.email "[email protected]"
3737
- name: Copy Readme file
38-
run: cp ../README.md . # will be uncommented while rebranding
38+
run: cp README.md ./lib
3939
- name: Apply changesets, publish and create release, branches and tags
4040
run: node ./scripts/publish.js
4141
env:

0 commit comments

Comments
 (0)