Skip to content

Commit 6b550c8

Browse files
committed
chore(ci): check readme file
1 parent 39e52aa commit 6b550c8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/npm-publish.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jobs:
1212
- uses: actions/setup-node@v3
1313
with:
1414
node-version: "20"
15-
- run: cp README.md @lib/README.md
16-
- uses: JS-DevTools/npm-publish@v3
17-
with:
18-
token: ${{ secrets.NPM_TOKEN }}
19-
package: "./@lib/package.json"
15+
- run: ls -l README.md
16+
- run: cp ../README.md README.md
17+
# - uses: JS-DevTools/npm-publish@v3
18+
# with:
19+
# token: ${{ secrets.NPM_TOKEN }}
20+
# package: "./@lib/package.json"

0 commit comments

Comments
 (0)