Skip to content

Commit

Permalink
chore: rename GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
bndynet committed Nov 12, 2019
1 parent 3851700 commit d3c1fa7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml → .github/workflows/GPR.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish to GPR after release
name: GPR

on:
release:
Expand All @@ -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
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit d3c1fa7

Please sign in to comment.