Skip to content

Commit

Permalink
Update README.md and version
Browse files Browse the repository at this point in the history
  • Loading branch information
houtianze committed Dec 6, 2019
1 parent 4c775c1 commit ace22a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit ace22a8

Please sign in to comment.