We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0736de3 commit 2be73f2Copy full SHA for 2be73f2
1 file changed
.github/workflows/firebaseui-angular.yml
@@ -20,12 +20,12 @@ jobs:
20
- uses: actions/setup-node@v3
21
with:
22
node-version: '16'
23
+ registry-url: 'https://registry.npmjs.org'
24
- name: checkout
25
uses: actions/checkout@v4.1.0
26
- run: npm ci
27
- run: npm run build-lib
- - run: cd dist/firebaseui-angular-library
28
- - run: npm publish
+ - run: npm publish ./dist/firebaseui-angular-library
29
if: github.ref_type == 'tag'
30
env:
31
NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}"
0 commit comments