diff --git a/.github/workflows/release.yml b/.github/workflows/GPR.yml similarity index 88% rename from .github/workflows/release.yml rename to .github/workflows/GPR.yml index 70eda7b..129d4ea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/GPR.yml @@ -1,4 +1,4 @@ -name: Publish to GPR after release +name: GPR on: release: @@ -15,21 +15,21 @@ jobs: steps: - uses: actions/checkout@v1 - + - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - - name: Install dependencies + + - name: Install dependencies run: | npm install - + - name: Set up registry to GitHub uses: actions/setup-node@v1 with: registry-url: 'https://npm.pkg.github.com' - + - name: Build & Publish run: | npm run build --if-present diff --git a/README.md b/README.md index 9b1a04b..32dbd47 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ # Web Components + +[![npm](https://img.shields.io/npm/v/@bndynet/web-components.svg)](https://www.npmjs.com/package/@bndynet/web-components) +[![Build Status](https://travis-ci.com/bndynet/web-components.svg?branch=master)](https://travis-ci.com/bndynet/web-components) +[![Coverage Status](https://coveralls.io/repos/github/bndynet/web-components/badge.svg?branch=master)](https://coveralls.io/github/bndynet/web-components?branch=master) +[![Code Styles](https://img.shields.io/badge/Code_Style-Prettier-ff69b4.svg)](https://github.com/prettier/prettier) +[![GPR](https://github.com/bndynet/web-components/workflows/Publish%20to%20GPR%20after%20release/badge.svg)](https://github.com/bndynet/web-components/packages) \ No newline at end of file