From 2d70c7bcb41aefa9cda2854fd45418c82b35155f Mon Sep 17 00:00:00 2001 From: James Oliver Date: Mon, 13 Jun 2022 17:24:24 +0100 Subject: [PATCH 1/2] docs: adds npm badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 07835ff..083fb75 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ # gl-code-quality-openapi-validator [![Build](https://github.com/J-R-Oliver/gl-code-quality-openapi-validator/actions/workflows/build.yml/badge.svg)](https://github.com/J-R-Oliver/gl-code-quality-openapi-validator/actions/workflows/build.yml) +[![npm version](https://badge.fury.io/js/gl-code-quality-openapi-validator.svg)](https://badge.fury.io/js/gl-code-quality-openapi-validator) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org) [![License: Unlicense](https://img.shields.io/badge/license-Unlicense-blue.svg)](http://unlicense.org/) +![NPM Downloads](https://img.shields.io/npm/dw/gl-code-quality-openapi-validator) + From 8a0b0cf860b0077dc32a70d111f472b0aaa25444 Mon Sep 17 00:00:00 2001 From: James Oliver Date: Mon, 13 Jun 2022 17:24:54 +0100 Subject: [PATCH 2/2] fix: adds git push remote branch --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0e17a3..1dc648c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,4 +30,4 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Commit Changelog - run: git push + run: git push origin HEAD:main