File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,12 @@ jobs:
1919 with :
2020 node-version-file : ' .tool-versions'
2121 cache : ' pnpm'
22+ registry-url : ' https://registry.npmjs.org'
2223 - name : Install dependencies
2324 run : pnpm install
2425 - name : Build
2526 run : pnpm build
2627 - name : Publish
27- run : npm publish
28+ run : npm publish --access public
2829 env :
2930 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 11# simplelog
22
33![ GitHub Actions Workflow Status] ( https://img.shields.io/github/actions/workflow/status/devsheva/simplelog/qa.yml )
4+ ![ GitHub Release] ( https://img.shields.io/github/v/release/devsheva/simplelog )
45![ Codecov] ( https://img.shields.io/codecov/c/github/devsheva/simplelog )
56
67A simple logger decorator amplify like
You can’t perform that action at this time.
0 commit comments