Skip to content

Commit 1d4e894

Browse files
feat(ref: no-ref): update ng 19
1 parent f5f29bb commit 1d4e894

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
run: |
2626
bun i
2727
bun run build:lib
28+
- name: Setup npm token
29+
run: |
30+
echo "//registry.npmjs.org/:_authToken=${{ secrets.npm_token }}" > dist/ngx-mask-lib/.npmrc
2831
- name: Publish library
2932
run: bun run publish:lib
3033
env:

0 commit comments

Comments
 (0)