From 1ac7c0f224168db942f91308c1789d6b57bc5cf3 Mon Sep 17 00:00:00 2001 From: Mozafar Date: Wed, 5 Nov 2025 15:04:03 +0200 Subject: [PATCH] chore: remove version from CLI utils release command --- .github/workflows/node-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node-publish.yml b/.github/workflows/node-publish.yml index 4b6756d78..1aef02b6c 100644 --- a/.github/workflows/node-publish.yml +++ b/.github/workflows/node-publish.yml @@ -44,6 +44,6 @@ jobs: run: yarn test - name: Publish to NPM - run: npx @dhis2/cli-utils@5.1.0 release --publish npm + run: npx @dhis2/cli-utils release --publish npm env: CI: true