Skip to content

Commit

Permalink
Explicitly set registry
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelJenni committed Oct 14, 2023
1 parent 0736de3 commit 2be73f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firebaseui-angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '16'
registry-url: 'https://registry.npmjs.org'
- name: checkout
uses: actions/[email protected]
- run: npm ci
- run: npm run build-lib
- run: cd dist/firebaseui-angular-library
- run: npm publish
- run: npm publish ./dist/firebaseui-angular-library
if: github.ref_type == 'tag'
env:
NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}"

0 comments on commit 2be73f2

Please sign in to comment.