Skip to content

Commit

Permalink
Release 2.0.15; Empty bump (#11)
Browse files Browse the repository at this point in the history
* Update npm-publish.yml

* Update
  • Loading branch information
shrinktofit committed Dec 11, 2020
1 parent 4248e9b commit 299f977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 .+$"
publish_command: "npm"
publish_args: "--non-interactive"
env:
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": "tfig",
"version": "2.0.14",
"version": "2.0.15",
"description": "Yet another tool to generate .d.ts bundle.",
"main": "build/gift.js",
"types": "build/gift.d.ts",
Expand Down

0 comments on commit 299f977

Please sign in to comment.