Skip to content

Commit 3f88d13

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

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/npm-publish.yml

+10-9
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ jobs:
88
publish:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
12-
- uses: actions/setup-node@v3
13-
with:
14-
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"
11+
- run: ls -l README.md
12+
- run: cp ../README.md README.md
13+
# - uses: actions/checkout@v4
14+
# - uses: actions/setup-node@v3
15+
# with:
16+
# node-version: "20"
17+
# - uses: JS-DevTools/npm-publish@v3
18+
# with:
19+
# token: ${{ secrets.NPM_TOKEN }}
20+
# package: "./@lib/package.json"

0 commit comments

Comments
 (0)