[release-12.1.2] Backport npm release 12.1.2 (#111498)

Update NPM release workflow
This commit is contained in:
Josh Hunt
2025-09-23 20:39:28 +01:00
committed by GitHub
parent 599911b414
commit 081a4ce56a
+5 -6
View File
@@ -89,8 +89,11 @@ jobs:
persist-credentials: false
ref: ${{ inputs.grafana_commit }}
- name: Setup Node
uses: ./.github/actions/setup-node
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
cache-dependency-path: 'yarn.lock'
# Trusted Publishing is only available in npm v11.5.1 and later
- name: Update npm
@@ -118,9 +121,6 @@ jobs:
- name: Debug packed files
run: tree -a ./npm-artifacts
- name: Validate packages
run: ./scripts/validate-npm-packages.sh
- name: Debug OIDC Claims
uses: github/actions-oidc-debugger@2e9ba5d3f4bebaad1f91a2cede055115738b7ae8
with:
@@ -144,4 +144,3 @@ jobs:
persist-credentials: false
# TODO: tag the given release with nightly