We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565de13 commit b89dac7Copy full SHA for b89dac7
.github/workflows/stage-1-commit.yaml
@@ -286,6 +286,7 @@ jobs:
286
- name: check if local version differs from latest published version
287
id: check-version
288
run: |
289
+ npm view @nhsdigital/nhs-notify-event-schemas-supplier-api --json
290
published_version=$(npm view @nhsdigital/nhs-notify-event-schemas-supplier-api --json 2>/dev/null | jq -r '.["dist-tags"].latest // "null"')
291
echo "Published version: $published_version"
292
0 commit comments