From cd9655b464227fc2c983038d62cb66c2e908f79b Mon Sep 17 00:00:00 2001 From: Robert Bradford <15946+robertwbradford@users.noreply.github.com> Date: Thu, 21 Nov 2024 17:25:02 -0700 Subject: [PATCH] Fix description in npm-publish.yml to use correct registry --- ci/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/npm-publish.yml b/ci/npm-publish.yml index 2a4766d389..6321798246 100644 --- a/ci/npm-publish.yml +++ b/ci/npm-publish.yml @@ -1,4 +1,4 @@ -# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created +# This workflow will run tests using node and then publish a package to the npm public registry when a release is created # For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages name: Node.js Package