Skip to content

Commit f3c6b1b

Browse files
committed
Update verify build step
1 parent 7c3e316 commit f3c6b1b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/verify-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Upload package artifact
3434
uses: actions/upload-artifact@v4
3535
with:
36-
name: eventcatalog-core-package-artifact
36+
name: nhso-eventcatalog-core-package-artifact
3737
path: package.tgz
3838

3939
build-eventcatalog:
@@ -53,10 +53,10 @@ jobs:
5353
- name: Download package artifact
5454
uses: actions/download-artifact@v4
5555
with:
56-
name: eventcatalog-core-package-artifact
57-
- name: Install @eventcatalog-core
56+
name: nhso-eventcatalog-core-package-artifact
57+
- name: Install @nhsdigital/nhso-eventcatalog-core
5858
working-directory: examples/default/
5959
run: npm install ../../package.tgz
6060
- name: Build EventCatalog
6161
working-directory: examples/default/
62-
run: npx eventcatalog build
62+
run: npx nhso-eventcatalog build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@nhsdigital/nhso-eventcatalog",
2+
"name": "@nhsdigital/nhso-eventcatalog-core",
33
"homepage": "https://github.com/NHSDigital/nhso-eventcatalog",
44
"repository": {
55
"type": "git",

0 commit comments

Comments
 (0)