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 ecc786b commit 6b9c7a1Copy full SHA for 6b9c7a1
.github/workflows/pr_closed.yaml
@@ -85,6 +85,8 @@ jobs:
85
86
- name: check if local version differs from latest published version
87
id: check-version
88
+ env:
89
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
90
run: |
91
published_version=$(npm view @nhsdigital/nhs-notify-event-schemas-supplier-api --json 2>/dev/null | jq -r '.["dist-tags"].latest // "null"')
92
echo "Published version: $published_version"
0 commit comments