From 4995f15f1a4c16e612c2e37106dab66b2a30c8db Mon Sep 17 00:00:00 2001 From: Hamza Mahjoubi Date: Thu, 19 Dec 2024 20:18:51 +0700 Subject: [PATCH] chore: rename pre-commit.cjs in workflowf Signed-off-by: Hamza Mahjoubi --- .github/workflows/appstore-conventional-build-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/appstore-conventional-build-publish.yml b/.github/workflows/appstore-conventional-build-publish.yml index d4a381c27..e8e33dc48 100644 --- a/.github/workflows/appstore-conventional-build-publish.yml +++ b/.github/workflows/appstore-conventional-build-publish.yml @@ -45,7 +45,7 @@ jobs: git-user-email: nextcloud-command@users.noreply.github.com git-user-name: Nextcloud Command Bot skip-git-pull: "true" - pre-commit: build/pre-commit.js + pre-commit: build/pre-commit.cjs release-count: 0 version-file: "package.json, package-lock.json"