Skip to content

Commit

Permalink
Province publish tag
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Dec 7, 2024
1 parent 332888c commit ca9acdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const setup = ({ tag, name, directory, version }) => {
fs.rmSync(`${directory}/package-lock.json`);
execute({
cwd: directory,
script: `npm publish --tag ${tag} --access public`,
script: `npm publish --tag ${tag} --access public${tag === "latest" ? "--provenance" : ""}`,
studio: "inherit",
});

Expand Down

0 comments on commit ca9acdc

Please sign in to comment.