Skip to content

Commit 994ab8a

Browse files
authored
Merge pull request #16 from devsheva/develop
[PR] Add release badge
2 parents 9ab46c0 + d5cb610 commit 994ab8a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 }}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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

67
A simple logger decorator amplify like

0 commit comments

Comments
 (0)