Skip to content

Commit 1115be6

Browse files
fix(artifact_tagging): Correctly reset 'latest' tag
1 parent 069c7e9 commit 1115be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

artifact_tagging.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ if (npm) {
9191
}
9292

9393
_exec(`npm publish`);
94-
_exec(`npm dist-tag add ${pkg.name}@${latest} latest`);
94+
_exec(`npm dist-tag add ${pkg.name}@${latest[1]} latest`);
9595
}
9696

9797
if (githubtag) {

0 commit comments

Comments
 (0)