From 31a575cc2deaa5a5b0a229fb724520a12e1877a5 Mon Sep 17 00:00:00 2001 From: Jeff Horton <87995501+jeff-horton-ho-sas@users.noreply.github.com> Date: Mon, 30 Dec 2024 13:52:27 +0000 Subject: [PATCH] fix env typo (#116) * fix env typo * npm version 1.3.3 --------- Co-authored-by: jeff-horton-ho-sas --- .github/workflows/publish-npm.yml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index dfe5e4f..3b11232 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -54,5 +54,5 @@ jobs: - name: Tag repository uses: UKHomeOffice/semver-tag-action@v4 with: - tag: ${{ env.NEW_VERSION }} + tag: ${{ env.NPM_VERSION }} github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/package-lock.json b/package-lock.json index d3ebd87..fe01a2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ukhomeoffice/react-components", - "version": "1.3.2", + "version": "1.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ukhomeoffice/react-components", - "version": "1.3.2", + "version": "1.3.3", "license": "MIT", "dependencies": { "classnames": "^2.5.1", diff --git a/package.json b/package.json index 341ded1..46d1577 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ukhomeoffice/react-components", - "version": "1.3.2", + "version": "1.3.3", "description": "React components for Home Office layouts and elements", "main": "dist/ho-react-components.js", "module": "dist/ho-react-components.module.js",