From 10c1775764adf7c67596e5e5569313539fcda727 Mon Sep 17 00:00:00 2001 From: Victor Diez Date: Tue, 16 Jul 2024 21:36:09 +0200 Subject: [PATCH] update version during release --- .github/workflows/release_eslint_plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_eslint_plugin.yml b/.github/workflows/release_eslint_plugin.yml index 5f5e1c45747..41fa2cb515a 100644 --- a/.github/workflows/release_eslint_plugin.yml +++ b/.github/workflows/release_eslint_plugin.yml @@ -46,7 +46,7 @@ jobs: cd packages/jsts/src/rules/ jfrog rt npm-config --repo-resolve npm --repo-deploy sonarsource-npm-public-qa jfrog rt npm-ci - npm version $RELEASE + npm version $RELEASE_TAG npm ci npm run build cp .npmrc ./lib/.npmrc