There was an error while loading. Please reload this page.
1 parent 30ba56e commit b86692eCopy full SHA for b86692e
1 file changed
.github/workflows/publish.yml
@@ -34,8 +34,6 @@ jobs:
34
- uses: actions/setup-node@v4
35
with:
36
node-version: 24
37
- cache: pnpm
38
- cache-dependency-path: pnpm-lock.yaml
39
registry-url: https://registry.npmjs.org
40
- name: Install OIDC-capable npm
41
run: npm install --global npm@11.16.0
@@ -46,7 +44,7 @@ jobs:
46
44
--version=${{ inputs.version }}
47
45
--tag=${{ inputs.dist_tag }}
48
--branch=${{ github.ref_name }}
49
- - name: Verify npm authentication and unused version
+ - name: Verify npm registry and unused version
50
run: |
51
set -euo pipefail
52
npm ping
0 commit comments