From 383a7220d9070592969854ae68765cb7c03514f9 Mon Sep 17 00:00:00 2001 From: Cloudea Date: Tue, 16 Dec 2025 14:01:00 +0800 Subject: [PATCH] Update publish-nodejs-packages.md --- .../tutorials/publish-packages/publish-nodejs-packages.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/actions/tutorials/publish-packages/publish-nodejs-packages.md b/content/actions/tutorials/publish-packages/publish-nodejs-packages.md index 4bb65dae8fd7..4fc561431797 100644 --- a/content/actions/tutorials/publish-packages/publish-nodejs-packages.md +++ b/content/actions/tutorials/publish-packages/publish-nodejs-packages.md @@ -114,6 +114,7 @@ If you do provide the `repository` key in your `package.json` file, then the rep "type": "git", "url": "https://github.com/octocat/my-other-repo.git" }, +} ``` ### Authenticating to the destination repository