We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a9c02e + fe5ede5 commit 20b986fCopy full SHA for 20b986f
3 files changed
.github/workflows/publish-prerelease.yml
@@ -63,8 +63,6 @@ jobs:
63
with:
64
node-version: ${{ inputs.node_version }}
65
registry-url: https://registry.npmjs.org
66
- - name: Update npm to latest (required for OIDC)
67
- run: npm install -g npm@latest
68
- name: Disable pre- and post-publish actions
69
run: sed -i -E 's/"((pre|post)publish)/"ignore:\1/' package.json
70
- name: Publish to npm
.github/workflows/release.yml
@@ -44,9 +44,6 @@ jobs:
44
45
node-version: 22
46
47
-
48
- - name: Update npm to latest
49
50
51
- name: Preflight GitHub token permissions
52
env:
0 commit comments