diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 2ce4478..2be2562 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -13,7 +13,7 @@ jobs: - name: Publish eslint-config uses: pascalgn/npm-publish-action@1.3.5 with: - commit_pattern: "^chore\(release\)" + commit_pattern: "^chore\\(release\\)" workspace: './packages/eslint-config' publish_command: 'npm' env: @@ -22,7 +22,7 @@ jobs: - name: Publish eslint-config-typescript uses: pascalgn/npm-publish-action@1.3.5 with: - commit_pattern: "^chore\(release\)" + commit_pattern: "^chore\\(release\\)" workspace: './packages/eslint-config-typescript' publish_command: 'npm' env: @@ -31,7 +31,7 @@ jobs: - name: Publish eslint-config-typescript-react uses: pascalgn/npm-publish-action@1.3.5 with: - commit_pattern: "^chore\(release\)" + commit_pattern: "^chore\\(release\\)" workspace: './packages/eslint-config-typescript-react' publish_command: 'npm' env: @@ -40,7 +40,7 @@ jobs: - name: Publish prettier-config uses: pascalgn/npm-publish-action@1.3.5 with: - commit_pattern: "^chore\(release\)" + commit_pattern: "^chore\\(release\\)" workspace: './packages/prettier-config' publish_command: 'npm' env: diff --git a/.prettierignore b/.prettierignore deleted file mode 100644 index daa632a..0000000 --- a/.prettierignore +++ /dev/null @@ -1 +0,0 @@ -.github/workflows/npm-publish.yml