From f17a3c69b901ddf4d90a4d87f9fbfc3e089a745b Mon Sep 17 00:00:00 2001 From: scott45 Date: Mon, 2 Dec 2024 10:54:45 +0300 Subject: [PATCH] feat: update publish workflow scope --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b62fa6c..8505e9b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: node-version: 16.x registry-url: https://npm.pkg.github.com/ # Defaults to the user or organization that owns the workflow file - scope: '@frmscoe' + scope: '@tazama-lf' - name: Set up NPM authentication run: |