Skip to content

Commit

Permalink
Release 2.0.16; Empty bump (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrinktofit committed Dec 11, 2020
1 parent 299f977 commit d7d894f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Publish if version has been updated
uses: pascalgn/[email protected]
with:
commit_pattern: "^Release .+$"
commit_pattern: "^Release (\\S+);.*$"
publish_command: "npm"
publish_args: "--non-interactive"
env:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tfig",
"version": "2.0.15",
"version": "2.0.16",
"description": "Yet another tool to generate .d.ts bundle.",
"main": "build/gift.js",
"types": "build/gift.d.ts",
Expand Down

0 comments on commit d7d894f

Please sign in to comment.