We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe62b0 commit afb3890Copy full SHA for afb3890
.github/workflows/release.yml
@@ -23,6 +23,7 @@ jobs:
23
node-version-file: ".nvmrc"
24
registry-url: "https://registry.npmjs.org"
25
cache: "npm"
26
-
+ # Ensure npm 11.5.1 or later for trusted publishing
27
+ - run: npm install -g npm@latest
28
- run: npm ci
29
- run: npm publish
0 commit comments