From ecf5169206f73f30cdf1dbebdea2addb56473da4 Mon Sep 17 00:00:00 2001 From: Andreas Textor Date: Fri, 10 Jul 2026 08:39:59 +0200 Subject: [PATCH] Fix file pattern in release workflow --- .github/workflows/release-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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