From 1f07a823afba7254fd6420cd17ade9f4321d2667 Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Thu, 19 Dec 2024 20:17:18 +0530 Subject: [PATCH] [ci] Fixed the module name for the version-branch action --- .github/workflows/version-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version-branch.yml b/.github/workflows/version-branch.yml index c728e49b2..858d17e52 100644 --- a/.github/workflows/version-branch.yml +++ b/.github/workflows/version-branch.yml @@ -9,4 +9,4 @@ jobs: version-branch: uses: openwisp/openwisp-utils/.github/workflows/reusable-version-branch.yml@master with: - module_name: netjsonconfig + module_name: netjsonconfig.version