Skip to content

Commit a6eb2f9

Browse files
authored
Update github package deploy (#13)
1 parent ac35f03 commit a6eb2f9

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
# Github Package Deployment
2-
# https://docs.github.com/en/packages
3-
# https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
4-
51
name: Verify and Deploy to GitHub Packages
2+
63
on:
74
push:
8-
branches:
9-
- main
5+
tags:
6+
- 'v*'
7+
108
jobs:
119
deploy_gpr_package:
1210
runs-on: ubuntu-latest

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "20.4.0",
3+
"version": "20.4.1",
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)