Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
new badges
  • Loading branch information
Niklas Westman authored and Niklas Westman committed Dec 18, 2020
1 parent f77ef07 commit abeef55
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 20 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/publish.yml
@@ -1,19 +1,19 @@
name: CD

on:
pull_request:
push:
branches: [master]

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
registry-url: https://registry.npmjs.com/
- run: npm i
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
registry-url: https://registry.npmjs.com/
- run: npm i
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
10 changes: 2 additions & 8 deletions README.md
@@ -1,7 +1,7 @@
# Collector Portal Framework

[![CD Actions Status]][build-url]
[![NPM version][npm-image]][npm-url]
![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/collector-bank/collector-portal-framework/CI/master?logo=GitHub)
![npm](https://img.shields.io/npm/v/collector-portal-framework?color=%2334d058&label=npm%20package)

A collection of UI components and helper functions used in a couple of our internal and external web applications at [Collector Bank](https://www.collector.se/).
Documentation and an interactive test area can be found [here](https://collector-bank.github.io/collector-portal-framework/).
Expand Down Expand Up @@ -96,9 +96,3 @@ You can see a demo of the UI components [here](https://collector-bank.github.io/
| PageHeader | [Source](src/components/PageHeader.tsx) |
| Tabs | [Source](src/components/Tabs.tsx) |
| ValueList | [Source](src/components/ValueList.tsx) |


[npm-url]: https://npmjs.org/package/collector-portal-framework
[npm-image]: https://badge.fury.io/js/collector-portal-framework.svg
[build-url]: https://github.com/collector-bank/collector-portal-framework/actions

0 comments on commit abeef55

Please sign in to comment.