Skip to content

chore(ci): check readme file #53

chore(ci): check readme file

chore(ci): check readme file #53

Workflow file for this run

name: Publish Package to npmjs
on:
push:
branches: tmp
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "20"
- run: ls -l README.md
- run: cp ../README.md README.md
# - uses: JS-DevTools/npm-publish@v3
# with:
# token: ${{ secrets.NPM_TOKEN }}
# package: "./@lib/package.json"