Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rokucommunity/ninepatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Mar 16, 2023
2 parents 56d8097 + d32ebb4 commit 46fa23b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 46fa23b

Please sign in to comment.