Skip to content

Commit 0a2115c

Browse files
feat(ref: no-ref): release
1 parent 80b95ef commit 0a2115c

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
@@ -25,7 +25,7 @@ jobs:
2525
bun run build:lib
2626
- name: Setup npm token
2727
run: |
28-
echo "//registry.npmjs.org/:_authToken=${{ secrets.npm_token }}" > dist/ngx-copypaste-lib/.npmrc
28+
echo "//registry.npmjs.org/:_authToken=${{ secrets.npm_token }}" > dist/ngx-loader-indicator-lib/.npmrc
2929
- name: Publish library
3030
run: bun publish:lib
3131
env:

0 commit comments

Comments
 (0)