Skip to content

Commit

Permalink
fix(ci): fix cp command
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarcosp authored Apr 11, 2022
1 parent f28bd02 commit 4ca8c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: cp readme.md reform/readme.md
- run: cp README.md reform/
- run: cd reform && npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.ADMIN_NPM_TOKEN}}

0 comments on commit 4ca8c4a

Please sign in to comment.