Skip to content

Commit d6937e8

Browse files
committed
ci: add scope to GPR
1 parent 423325f commit d6937e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
with:
5050
node-version: '12.x'
5151
registry-url: 'https://npm.pkg.github.com'
52+
scope: '@Pyrax'
5253

5354
- name: Cache dependencies
5455
uses: actions/cache@v2
@@ -59,6 +60,6 @@ jobs:
5960
${{ runner.os }}-node-
6061
- run: yarn install --frozen-lockfile
6162

62-
- run: yarn publish --registry=https://npm.pkg.github.com
63+
- run: yarn publish
6364
env:
6465
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)