diff --git a/.github/workflows/release-workflow.yml b/.github/workflows/release-workflow.yml index 46a0a38..b011597 100644 --- a/.github/workflows/release-workflow.yml +++ b/.github/workflows/release-workflow.yml @@ -81,7 +81,7 @@ jobs: commit_user_name: github-actions commit_user_email: github-actions@github.com commit_author: Author - file_pattern: 'package.json, package-lock.json' + file_pattern: 'package.json package-lock.json' - name: Create Github release uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15