Skip to content

Commit

Permalink
ci: removed owner from reg-url
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftwork committed Dec 14, 2019
1 parent c3771fc commit 63ac79a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 12.x
registry-url: https://npm.pkg.github.com/trutoo
registry-url: https://npm.pkg.github.com
scope: trutoo

- name: Install dependencies as CI
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
registry-url: https://npm.pkg.github.com/trutoo
registry-url: https://npm.pkg.github.com
scope: trutoo

- name: Install dependencies as CI
Expand Down

0 comments on commit 63ac79a

Please sign in to comment.