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 a9b2872 commit 915a75aCopy full SHA for 915a75a
ci/steps/publish-npm.sh
@@ -146,7 +146,8 @@ main() {
146
# Since the dev builds are scoped to @coder
147
# We pass --access public to ensure npm knows it's not private.
148
echo "Publishing version $NPM_VERSION with tag $NPM_TAG"
149
- npm publish --non-interactive release --tag "$NPM_TAG" --access public
+ cd release
150
+ npm publish --tag "$NPM_TAG" --access public
151
}
152
153
main "$@"
0 commit comments