Skip to content

Commit

Permalink
Merge branch 'main' into KyleTryon-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleTryon committed Aug 31, 2022
2 parents 89feea4 + 0bc6fb8 commit 58be2b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ workflows:
branches:
ignore: /.*/
tags:
only: /^v\d+\.\d+\.\d+(-(beta|alpha)(\.\d)?)?$/
only: /^v(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0-development",
"description": "An SDK for building CircleCI Configuration files with JavaScript.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"types": "dist/src/index.d.ts",
"scripts": {
"test": "npx jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --max-warnings 0",
Expand Down

0 comments on commit 58be2b1

Please sign in to comment.