diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3cbd565..9ffc700 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,11 +19,12 @@ jobs: with: node-version-file: '.tool-versions' cache: 'pnpm' + registry-url: 'https://registry.npmjs.org' - name: Install dependencies run: pnpm install - name: Build run: pnpm build - name: Publish - run: npm publish + run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/README.md b/README.md index 64b8c18..3237200 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # simplelog ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/devsheva/simplelog/qa.yml) +![GitHub Release](https://img.shields.io/github/v/release/devsheva/simplelog) ![Codecov](https://img.shields.io/codecov/c/github/devsheva/simplelog) A simple logger decorator amplify like