From d74835e32bbdd3ee787be9df65007109656af5a7 Mon Sep 17 00:00:00 2001 From: phyzical <5182053+phyzical@users.noreply.github.com> Date: Sat, 20 Jul 2024 21:52:02 +0800 Subject: [PATCH] add username --- .github/buildAndPublish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/buildAndPublish.yml b/.github/buildAndPublish.yml index c2c527f..a141fb1 100644 --- a/.github/buildAndPublish.yml +++ b/.github/buildAndPublish.yml @@ -36,7 +36,7 @@ jobs: with: node-version: '16' registry-url: 'https://npm.pkg.github.com' - scope: '@your-github-username' # Replace with your GitHub username or organization + scope: 'phyzical' - name: Install dependencies run: npm ci - name: Publish to GitHub Packages