Skip to content

Commit 844318d

Browse files
authored
chore(💚): fix release script (#3027)
1 parent ed851c2 commit 844318d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎packages/skia/.releaserc‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
[
2020
"@semantic-release/exec",
2121
{
22-
"publishCmd": "cd dist && npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN && npm publish *.tgz --provenance --access public --tag ${nextRelease.channel || 'latest'} --no-workspaces"
22+
"publishCmd": "mkdir -p /tmp/npm-publish && cp dist/*.tgz /tmp/npm-publish/ && cd /tmp/npm-publish && npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN && npm publish *.tgz --provenance --access public --tag latest"
2323
}
2424
],
2525
[

0 commit comments

Comments
 (0)