From ace22a8b1300632133e2cad556e8398bac2cfe8f Mon Sep 17 00:00:00 2001 From: Hou Tianze Date: Fri, 6 Dec 2019 23:39:12 +0800 Subject: [PATCH] Update README.md and version --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d687abb..09f916d 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,11 @@ jobs: with: node-version: 10.0.0 - name: Publish if version has been updated - uses: pascalgn/npm-publish-action@51fdb4531e99aac1873764ef7271af448dc42ab4 + uses: houtianze/npm-publish-action@v0.1.1 with: # All of theses inputs are optional tag_name: "v%s" tag_message: "v%s" - commit_pattern: "^Release (\\S+)" + commit_pattern: "^(?:Release|Version) (\\S+)" env: # More info about the environment variables in the README GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this as is, it's automatically generated NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} # You need to set this in your repo settings diff --git a/package.json b/package.json index 0d44156..6986f00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-publish-action-using-node", - "version": "0.1.0", + "version": "0.1.1", "description": "GitHub action to automatically publish packages to npm (using node instead of docker)", "author": "Pascal", "contributors": [