Skip to content

Commit 9ed8d73

Browse files
committed
Remove unnecessary NODE_AUTH_TOKEN line
1 parent fc613e0 commit 9ed8d73

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pkg/dbmate/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package dbmate
22

33
// Version of dbmate
4-
const Version = "2.29.1"
4+
const Version = "2.29.2"

typescript/publish.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ async function main() {
88
);
99

1010
for (const pkg of packages) {
11-
// Unset NODE_AUTH_TOKEN to avoid conflicts with OIDC trusted publishing
12-
delete process.env.NODE_AUTH_TOKEN;
13-
await exec("corepack", ["npm", "--version"]);
1411
await exec("corepack", [
1512
"npm",
1613
"publish",
14+
"--dry-run",
1715
"--provenance",
1816
"--access",
1917
"public",

0 commit comments

Comments
 (0)