Skip to content

Commit 87dbeec

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
bun run build:lib
2828
- name: Setup npm token
2929
run: |
30-
echo "//registry.npmjs.org/:_authToken=${{ secrets.npm_token }}" > dist/ngx-mask-lib/.npmrc
30+
echo "//registry.npmjs.org/:_authToken=${{ secrets.npm_token }}" > dist/ngx-loader-indicator-lib/.npmrc
3131
- name: Publish library
3232
run: bun run publish:lib
3333
env:

0 commit comments

Comments
 (0)