Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chethanyadav456 committed Sep 26, 2023
2 parents d0a837f + 209d68e commit dd4ac58
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/publish.yml
@@ -0,0 +1,19 @@
name: "publish npm"

on: push

jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: node
uses: actions/setup-node@v2
with:
node-version: 12
registry-url: https://registry.npmjs.org
- name: publish
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
4 changes: 2 additions & 2 deletions README.md
@@ -1,5 +1,5 @@
<p align="center"><a href="https://nodei.co/npm/cololog/"><img src="https://nodei.co/npm/cololog.png"></a></p>
<p align="center"><img src="https://img.shields.io/npm/v/cololog"> <img src="https://img.shields.io/npm/dm/discord-hcololog?label=downloads"> <img src="https://img.shields.io/npm/l/cololog"> <img src="https://img.shields.io/github/repo-size/meister03/cololog"> <a href="https://discord.gg/R33e7Pm5YV"><img src="https://discordapp.com/api/guilds/810116763639087124/widget.png" alt="Discord server"/></a></p>
<p align="center"><img src="https://img.shields.io/npm/v/cololog"> <img src="https://img.shields.io/npm/dm/discord-hcololog?label=downloads"> <img src="https://img.shields.io/npm/l/cololog"> <img src="https://img.shields.io/github/repo-size/chethanyadav456/cololog"> <a href="https://discord.gg/R33e7Pm5YV"><img src="https://discordapp.com/api/guilds/810116763639087124/widget.png" alt="Discord server"/></a></p>

# ColoLog

Expand Down Expand Up @@ -47,4 +47,4 @@ logger.error('This is an error message.');

---
**Output:**
<p align="center"><img src="cololog.png"></p>
<p align="center"><img src="cololog.png"></p>

0 comments on commit dd4ac58

Please sign in to comment.