Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Commit

Permalink
docs: change a build badge
Browse files Browse the repository at this point in the history
  • Loading branch information
IKatsuba committed Nov 25, 2020
1 parent 4f278c1 commit 8acee38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Build and Release

on:
push:
Expand Down Expand Up @@ -28,4 +28,4 @@ jobs:
env:
CI: true
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![npm version](https://img.shields.io/npm/v/@ng-web-apis/workers.svg)](https://npmjs.com/package/@ng-web-apis/workers)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/@ng-web-apis/workers)](https://bundlephobia.com/result?p=@ng-web-apis/workers)
[![Travis (.com)](https://img.shields.io/travis/com/ng-web-apis/workers)](https://travis-ci.com/ng-web-apis/workers)
[![Build and Release](https://github.com/ng-web-apis/workers/workflows/Build%20and%20Release/badge.svg?workflow=build)](https://github.com/ng-web-apis/workers/actions?query=workflow%3ABuild%20and%20Release)
[![Coveralls github](https://img.shields.io/coveralls/github/ng-web-apis/workers)](https://coveralls.io/github/ng-web-apis/workers?branch=master)
[![angular-open-source-starter](https://img.shields.io/badge/made%20with-angular--open--source--starter-d81676?logo=angular)](https://github.com/TinkoffCreditSystems/angular-open-source-starter)

Expand Down

0 comments on commit 8acee38

Please sign in to comment.