Skip to content

Commit

Permalink
Merge pull request #507 from player-ui/maint/js-release
Browse files Browse the repository at this point in the history
Fix js Package Releases
  • Loading branch information
KetanReddy authored Sep 6, 2024
2 parents dfda61e + 3f5d5bb commit 12b4867
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 12b4867

Please sign in to comment.