Skip to content

Commit 88be995

Browse files
committed
Update github actions
1 parent 86a0d5a commit 88be995

File tree

8 files changed

+9
-301
lines changed

8 files changed

+9
-301
lines changed

.github/workflows/on-merge-main-deploy-gpr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: "16.x"
2121
registry-url: "https://npm.pkg.github.com"
2222
- run: npm ci
23-
- run: npm run npm-build-package:gpr
23+
- run: npm run npm-build-package
2424
- run: cd dist/npm && npm publish
2525
env:
2626
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/on-merge-main-deploy-npmjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: npm ci
1919
- run: npm install npm@latest -g
2020
- run: npm config set registry http://registry.npmjs.org
21-
- run: npm run npm-build-package:npmjs
21+
- run: npm run npm-build-package
2222
- run: cd dist/npm && npm publish
2323
env:
2424
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

.github/workflows/verify-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
- name: Build 🔧
1717
run: |
1818
npm run build:prod
19-
npm run npm-build-package:npmjs
19+
npm run npm-build-package

.scripts/prepare-gpr.ts

Lines changed: 0 additions & 26 deletions
This file was deleted.

.scripts/tsconfig.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,5 @@
1515
[![Verify and Deploy to GitHub Packages](https://github.com/ProAngular/ngx-scroll-top/actions/workflows/on-merge-main-deploy-gpr.yml/badge.svg)](https://github.com/ProAngular/ngx-scroll-top/actions/workflows/on-merge-main-deploy-gpr.yml)
1616
[![Verify and Deploy to npmjs](https://github.com/ProAngular/ngx-scroll-top/actions/workflows/on-merge-main-deploy-npmjs.yml/badge.svg)](https://github.com/ProAngular/ngx-scroll-top/actions/workflows/on-merge-main-deploy-npmjs.yml)
1717

18-
# ngx-scroll-top
19-
Configurable, lightweight back to top button for Angular projects
20-
21-
# NPM
22-
Build package `npm run npm-build-package:npmjs && cd dist\npm && npm publish --access public`
18+
# Description
19+
Configurable, lightweight back to top button for Angular projects.

0 commit comments

Comments
 (0)