From 25a29204f0dc1acadb7f05d7c010837f675f72da Mon Sep 17 00:00:00 2001 From: Dan Hill Date: Mon, 11 Jan 2021 00:08:30 -0800 Subject: [PATCH] fix: another attempt to fix scope TESTING=manual --- .github/workflows/publish_package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_package.yml b/.github/workflows/publish_package.yml index c07103c..e7489b4 100644 --- a/.github/workflows/publish_package.yml +++ b/.github/workflows/publish_package.yml @@ -18,7 +18,7 @@ jobs: with: always-auth: true node-version: 12 - registry-url: "https://npm.pkg.github.com" + registry-url: "https://npm.pkg.github.com/promotedai" scope: "@promotedai" - name: Install dependencies