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",