Skip to content

Commit

Permalink
Try to publish package
Browse files Browse the repository at this point in the history
  • Loading branch information
G4brym committed Aug 7, 2022
1 parent fc9d8ee commit 50fb0f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
node-version: '14.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@tomchen'
scope: '@g4brym'
- run: npm run addscope
- name: Publish to GitHub Packages
run: npm publish
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"package": "npm run build && npm pack",
"test": "jest --no-cache --runInBand",
"test:cov": "jest --coverage --no-cache --runInBand",
"addscope": "node tools/packagejson name @G4brym/workers-qb"
"addscope": "node tools/packagejson name @g4brym/workers-qb"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 50fb0f6

Please sign in to comment.