Skip to content

Commit

Permalink
fix: fixing github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
demmorou committed Apr 30, 2024
1 parent be514af commit 1532458
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/logger_npm_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
- uses: pnpm/action-setup@v3
with:
version: 8
node-version: '20.x'
- run: pnpm logger i
- run: pnpm logger build
- run: pnpm logger publish
- run: pnpm logger publish --no-git-check
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@demmorou/logger",
"version": "1.0.7",
"version": "1.0.8",
"author": "Deusimar (@demmorou)",
"description": "Custom logger implementation with winston",
"description": "Custom logger implementation based on winston. For any Node.js application.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand Down

0 comments on commit 1532458

Please sign in to comment.