Skip to content

Commit

Permalink
fix env typo (#116)
Browse files Browse the repository at this point in the history
* fix env typo

* npm version 1.3.3

---------

Co-authored-by: jeff-horton-ho-sas <[email protected]>
  • Loading branch information
jeff-horton-ho-sas and jeff-horton-ho-sas authored Dec 30, 2024
1 parent 21202e2 commit 31a575c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 31a575c

Please sign in to comment.