Skip to content

Commit 5a8d70c

Browse files
Merge pull request #5 from alexanderjordanbaker/UpdatingReleaseCI
Updating Release Github Workflows config
2 parents cb59d24 + 6845804 commit 5a8d70c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
- uses: actions/setup-node@v3
1111
with:
1212
node-version: '18.x'
13+
scope: '@apple'
14+
always-auth: true
1315
registry-url: 'https://registry.npmjs.org'
1416
- run: yarn install --frozen-lockfile
1517
- run: yarn publish --access public

0 commit comments

Comments
 (0)