Skip to content

Commit b89dac7

Browse files
committed
Log npm response
1 parent 565de13 commit b89dac7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stage-1-commit.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ jobs:
286286
- name: check if local version differs from latest published version
287287
id: check-version
288288
run: |
289+
npm view @nhsdigital/nhs-notify-event-schemas-supplier-api --json
289290
published_version=$(npm view @nhsdigital/nhs-notify-event-schemas-supplier-api --json 2>/dev/null | jq -r '.["dist-tags"].latest // "null"')
290291
echo "Published version: $published_version"
291292

0 commit comments

Comments
 (0)