We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc613e0 commit 9ed8d73Copy full SHA for 9ed8d73
pkg/dbmate/version.go
@@ -1,4 +1,4 @@
1
package dbmate
2
3
// Version of dbmate
4
-const Version = "2.29.1"
+const Version = "2.29.2"
typescript/publish.ts
@@ -8,12 +8,10 @@ async function main() {
8
);
9
10
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"]);
14
await exec("corepack", [
15
"npm",
16
"publish",
+ "--dry-run",
17
"--provenance",
18
"--access",
19
"public",
0 commit comments