Skip to content

Commit b86692e

Browse files
committed
ci(release): verify npm trusted publishing
1 parent 30ba56e commit b86692e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
- uses: actions/setup-node@v4
3535
with:
3636
node-version: 24
37-
cache: pnpm
38-
cache-dependency-path: pnpm-lock.yaml
3937
registry-url: https://registry.npmjs.org
4038
- name: Install OIDC-capable npm
4139
run: npm install --global npm@11.16.0
@@ -46,7 +44,7 @@ jobs:
4644
--version=${{ inputs.version }}
4745
--tag=${{ inputs.dist_tag }}
4846
--branch=${{ github.ref_name }}
49-
- name: Verify npm authentication and unused version
47+
- name: Verify npm registry and unused version
5048
run: |
5149
set -euo pipefail
5250
npm ping

0 commit comments

Comments
 (0)