We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed851c2 commit 844318dCopy full SHA for 844318d
‎packages/skia/.releaserc‎
@@ -19,7 +19,7 @@
19
[
20
"@semantic-release/exec",
21
{
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"
+ "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"
23
}
24
],
25
0 commit comments