Skip to content

Commit 4d93d5b

Browse files
committed
[tmp] dry run
Signed-off-by: Ajeet D'Souza <98ajeet@gmail.com>
1 parent 745841c commit 4d93d5b

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ name: Publish Package
66

77
on:
88
push:
9-
tags:
10-
- "v*"
119

1210
permissions:
1311
id-token: write # Required for OIDC, see https://docs.npmjs.com/trusted-publishers

scripts/publish.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024-2026 Buf Technologies, Inc.
1+
// Copyright 2021-2026 The Connect Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -37,7 +37,7 @@ npmPublish(version);
3737
*/
3838
function npmPublish(version) {
3939
const tag = determinePublishTag(version);
40-
execSync(`npm publish --tag ${tag} --workspaces`, {
40+
execSync(`npm publish --dry-run --tag ${tag} --workspaces`, {
4141
stdio: "inherit",
4242
});
4343
}

0 commit comments

Comments
 (0)