We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f28bd02 commit 4ca8c4aCopy full SHA for 4ca8c4a
.github/workflows/npm-publish.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
node-version: 14
26
registry-url: https://registry.npmjs.org/
27
- - run: cp readme.md reform/readme.md
+ - run: cp README.md reform/
28
- run: cd reform && npm publish --access=public
29
env:
30
NODE_AUTH_TOKEN: ${{secrets.ADMIN_NPM_TOKEN}}
0 commit comments