File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3333 git config --global user.name "mayank1513"
3434 git config --global user.email "mayank.srmu@gmail.com"
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 :
Original file line number Diff line number Diff line change 3535 git config --global user.name "mayank1513"
3636 git config --global user.email "mayank.srmu@gmail.com"
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 :
You can’t perform that action at this time.
0 commit comments