Skip to content

chore(ci): check readme file #55

chore(ci): check readme file

chore(ci): check readme file #55

Workflow file for this run

name: Publish Package to npmjs
on:
push:
branches: tmp
jobs:
publish:
runs-on: ubuntu-latest
steps:
- 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"