Skip to content

Commit 4ca8c4a

Browse files
authored
fix(ci): fix cp command
1 parent f28bd02 commit 4ca8c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
node-version: 14
2626
registry-url: https://registry.npmjs.org/
27-
- run: cp readme.md reform/readme.md
27+
- run: cp README.md reform/
2828
- run: cd reform && npm publish --access=public
2929
env:
3030
NODE_AUTH_TOKEN: ${{secrets.ADMIN_NPM_TOKEN}}

0 commit comments

Comments
 (0)