Skip to content

Commit

Permalink
Fix js package releases
Browse files Browse the repository at this point in the history
  • Loading branch information
KetanReddy authored Sep 6, 2024
1 parent dfda61e commit 3f5d5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ echo "Publishing NPM Packages using tag: ${NPM_TAG} from release type: ${RELEASE
readonly PKG_NPM_LABELS=`bazel query --output=label 'kind("npm_package rule", //...) - attr("tags", "\[.*do-not-publish.*\]", //...)'`

for pkg in $PKG_NPM_LABELS ; do
bazel run --config=ci -- ${pkg}.publish --access public --tag ${NPM_TAG}
bazel run --config=ci -- ${pkg}.npm-publish --access public --tag ${NPM_TAG}
done

# Rebuild to stamp the release podspec
Expand Down

0 comments on commit 3f5d5bb

Please sign in to comment.