Skip to content

Commit 8b209c1

Browse files
chore(presto-client): always mark releases to npm as "latest"
1 parent 4c166d8 commit 8b209c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/npm.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ invariant(
5252
process.chdir(outputPath)
5353

5454
// Execute "npm publish" to publish
55-
execSync(`npm publish --access public --tag ${tag}`)
55+
execSync(`npm publish --access public`)

0 commit comments

Comments
 (0)