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