Skip to content

Commit

Permalink
set package scope
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Aug 13, 2021
1 parent c9e255b commit 746c91a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '14.17.0'
registry-url: "https://registry.npmjs.org"
scope: "@zondax"
- name: Install yarn
run: npm install -g yarn
- name: Build package
Expand Down

0 comments on commit 746c91a

Please sign in to comment.