Skip to content

Commit

Permalink
add username
Browse files Browse the repository at this point in the history
  • Loading branch information
phyzical committed Jul 20, 2024
1 parent 7489911 commit d74835e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/buildAndPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d74835e

Please sign in to comment.