Skip to content

Commit 063a601

Browse files
committed
Updates CI to publish @aspect_rules_js versions of the NPM packages.
1 parent 37e1cd1 commit 063a601

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_ACCESS_TOKEN }}" >> .npmrc
5454
5555
# Publish the package.
56-
bazel run //:pkg.publish --config ci --config release
56+
bazel run --config ci --config release //:rules_prerender_pkg_publish
57+
bazel run --config ci --config release //packages/rules_prerender/declarative_shadow_dom:pkg_publish
5758
5859
# Remove the token from the `.npmrc` file, it should no longer be needed.
5960
sed -i "/${{ secrets.NPM_ACCESS_TOKEN }}/d" .npmrc

0 commit comments

Comments
 (0)