Skip to content

Commit

Permalink
chore(ci): check readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalbalaji committed Jul 9, 2024
1 parent 39e52aa commit 5c6a947
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "20"
- run: cp README.md @lib/README.md
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: "./@lib/package.json"
- run: ls -l
# - uses: actions/checkout@v4
# - uses: actions/setup-node@v3
# with:
# node-version: "20"
# - uses: JS-DevTools/npm-publish@v3
# with:
# token: ${{ secrets.NPM_TOKEN }}
# package: "./@lib/package.json"

0 comments on commit 5c6a947

Please sign in to comment.