Skip to content

Commit

Permalink
Merge pull request #1 from demmorou/develop
Browse files Browse the repository at this point in the history
ci-cd: add logger ci no publish no npm
  • Loading branch information
demmorou authored Apr 30, 2024
2 parents acd9550 + 6d131e7 commit 4468861
Show file tree
Hide file tree
Showing 3 changed files with 547 additions and 517 deletions.
Empty file added .env
Empty file.
22 changes: 22 additions & 0 deletions .github/logger_npm_publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Publish Logger to npmjs

on:
push:
branches:
- 'release/logger/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- uses: pnpm/action-setup@v3
with:
version: 8
- run: pnpm logger i
- run: pnpm logger build
- run: pnpm logger publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Loading

0 comments on commit 4468861

Please sign in to comment.