Skip to content

Commit 2be73f2

Browse files
committed
Explicitly set registry
1 parent 0736de3 commit 2be73f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/firebaseui-angular.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
- uses: actions/setup-node@v3
2121
with:
2222
node-version: '16'
23+
registry-url: 'https://registry.npmjs.org'
2324
- name: checkout
2425
uses: actions/checkout@v4.1.0
2526
- run: npm ci
2627
- run: npm run build-lib
27-
- run: cd dist/firebaseui-angular-library
28-
- run: npm publish
28+
- run: npm publish ./dist/firebaseui-angular-library
2929
if: github.ref_type == 'tag'
3030
env:
3131
NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}"

0 commit comments

Comments
 (0)