diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 17ceff7..f6a79f1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: #only run this task if a tag starting with 'v' was used to trigger this (i.e. a tagged release) if: startsWith(github.ref, 'refs/tags/v') needs: ci - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} steps: diff --git a/README.md b/README.md index 146f9c6..b3baca8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A tool to generate 9-patch images. This was created to support Roku development, but can be used for any 9-patch generation your project might need. -[![build status](https://img.shields.io/github/workflow/status/rokucommunity/ninepatcher/build.svg?logo=github)](https://github.com/rokucommunity/ninepatcher/actions?query=workflow%3Abuild) +[![build status](https://img.shields.io/github/actions/workflow/status/rokucommunity/ninepatcher/build.yml?branch=master)](https://github.com/rokucommunity/ninepatcher/actions?query=branch%3Amaster+workflow%3Abuild) [![Coverage Status](https://coveralls.io/repos/github/rokucommunity/ninepatcher/badge.svg?branch=master)](https://coveralls.io/github/rokucommunity/ninepatcher?branch=master) [![monthly downloads](https://img.shields.io/npm/dm/ninepatcher.svg?sanitize=true&logo=npm&logoColor=)](https://npmcharts.com/compare/ninepatcher?minimal=true) [![npm version](https://img.shields.io/npm/v/ninepatcher.svg?logo=npm)](https://www.npmjs.com/package/ninepatcher)