Skip to content

Commit 5600606

Browse files
committed
Update github actions
1 parent 6cd5f0f commit 5600606

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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:npmjs
23+
- run: npm run npm-build-package:gpr
2424
- run: cd dist/npm && npm publish --access public
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
scope: "@proangular"
1919
- run: npm config set registry https://registry.npmjs.org/
2020
- run: npm ci
21-
- run: npm run npm-build-package:gpr
21+
- run: npm run npm-build-package:npmjs
2222
- run: cd dist/npm && npm publish
2323
env:
2424
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@proangular/ngx-scroll-top",
3-
"version": "1.0.9",
3+
"version": "1.1.0",
44
"description": "Configurable, lightweight back to top button for Angular projects.",
55
"author": "Pro Angular <webmaster@proangular.com>",
66
"homepage": "https://www.proangular.com",

0 commit comments

Comments
 (0)