From 9c4d65ddf6b8aa53b336e881fcb27ae878a4944f Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Fri, 2 Sep 2022 12:40:06 -0400 Subject: [PATCH 1/2] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: From d32ebb473e33f127cccf2198097017c2d2acfd34 Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Thu, 16 Mar 2023 13:42:08 -0400 Subject: [PATCH 2/2] Fix build status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)