Skip to content

Commit

Permalink
update release scripts to call proper js package target
Browse files Browse the repository at this point in the history
  • Loading branch information
KetanReddy committed Jul 2, 2024
1 parent 596bd5f commit 7df8055
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 @@ -3,7 +3,7 @@

set -u -o pipefail

readonly PKG_NPM_LABELS=`bazel query --output=label 'kind("pkg_npm rule", //...) - attr("tags", "\[.*do-not-publish.*\]", //...)'`
readonly PKG_NPM_LABELS=`bazel query --output=label 'kind("npm_package rule", //...) - attr("tags", "\[.*do-not-publish.*\]", //...)'`
NPM_TAG=canary

# Called by auto -- `release` for normal releases or `snapshot` for canary/next.
Expand Down

0 comments on commit 7df8055

Please sign in to comment.