There was an error while loading. Please reload this page.
1 parent cff1bf1 commit a5c47f1Copy full SHA for a5c47f1
1 file changed
.github/workflows/release.yml
@@ -24,7 +24,9 @@ jobs:
24
environment: production
25
steps:
26
- uses: actions/checkout@v6
27
-
+ with:
28
+ persist-credentials: false
29
+
30
# Do NOT set registry-url here: it writes an .npmrc that conflicts
31
# with semantic-release's OIDC authentication.
32
# Node 26 bundles npm >= 11.5.1, required for OIDC trusted publishing.
0 commit comments