Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/on-merge-main-deploy-gpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
registry-url: 'https://npm.pkg.github.com'
- run: npm ci
- run: npm run npm-build-package
- run: cd dist/npm && npm publish
- run: cd dist/npm && npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@proangular/ngx-scroll-top
</h1>
<p align="center">
<a href="https://github.com/ProAngular/ngx-scroll-top" target="_blank">
<a href="https://www.ProAngular.com" target="_blank">
ProAngular
</a>&nbsp;&nbsp;|&nbsp;&nbsp;
<a href="https://github.com/ProAngular/ngx-scroll-top" target="_blank">
Expand Down Expand Up @@ -174,6 +174,7 @@ Customization with optional inputs and icon

| Angular version | @proangular/ngx-scroll-top | Install |
| --------------- | -------------------------- | ----------------------------------------- |
| v21 | v21.X | `ng add @proangular/ngx-scroll-top@^21` |
| v20 | v20.X | `ng add @proangular/ngx-scroll-top@^20` |
| v19 | v19.X | `ng add @proangular/ngx-scroll-top@^19` |
| v18 | ------ | Untested |
Expand Down
Loading