Skip to content

Commit

Permalink
chore: set registry and scope for canary publish (#1397)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan authored Aug 7, 2020
1 parent 1acdd40 commit f4f2f84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: actions/setup-node@master
with:
node-version: 14.x
registry-url: https://registry.npmjs.org
scope: '@opentelemetry'

- name: restore lerna
uses: actions/cache@master # must use unreleased master to cache multiple paths
Expand Down

0 comments on commit f4f2f84

Please sign in to comment.