Skip to content

Commit

Permalink
feat(ref: no-ref): release
Browse files Browse the repository at this point in the history
  • Loading branch information
andriikamaldinov1 committed Oct 25, 2024
1 parent 80b95ef commit 0a2115c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
bun run build:lib
- name: Setup npm token
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.npm_token }}" > dist/ngx-copypaste-lib/.npmrc
echo "//registry.npmjs.org/:_authToken=${{ secrets.npm_token }}" > dist/ngx-loader-indicator-lib/.npmrc
- name: Publish library
run: bun publish:lib
env:
Expand Down

0 comments on commit 0a2115c

Please sign in to comment.