Update NPM release workflow

This commit is contained in:
joshhunt 2025-09-23 20:27:18 +01:00
parent a909c838b5
commit 6aff5890c6
No known key found for this signature in database
1 changed files with 5 additions and 6 deletions

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