Skip to content

Commit

Permalink
chore(release): 0.4.0 with change npm publish pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
sfelix-martins committed Oct 11, 2020
1 parent a4de2fa commit 5d4bd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with: # All of theses inputs are optional
tag_name: 'v%s'
tag_message: 'v%s'
commit_pattern: "^chore(release) (\\S+)"
commit_pattern: "^chore(release): (\\S+)"
workspace: '.'
env: # More info about the environment variables in the README
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this as is, it's automatically generated
Expand Down

0 comments on commit 5d4bd5d

Please sign in to comment.