diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c45a15b..4d78798 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -132,7 +132,7 @@ jobs: - name: Publish Release uses: release-drafter/release-drafter@v5 with: - pulish: true + publish: true version: ${{ steps.version.outputs.version }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 55c6ee1..d677cb0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # BYU Logger +[![GitHub Release](https://img.shields.io/github/release/byu-oit/logger?style=flat)]() +[![codecov](https://codecov.io/gh/byu-oit/logger/branch/main/graph/badge.svg?token=6kkkOs7yEe)](https://codecov.io/gh/byu-oit/express-logger) Creates a [`pino` logger](https://github.com/pinojs/pino) with default settings to match the [BYU Application Development logging standards](https://github.com/byu-oit/app-dev-best-practices/blob/main/adr/application/0006-basic-logging-standards.md).