Skip to content

Commit ff75731

Browse files
committed
fixing wkflow
1 parent 62cad18 commit ff75731

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
build:
10+
name: 'Test Build and Publish'
1011
runs-on: ubuntu-latest
1112
strategy:
1213
matrix:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fsms/angular-pubsub-app",
3-
"version": "1.0.15",
3+
"version": "1.0.16",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

projects/fsms-angular-pubsub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fsms/angular-pubsub",
3-
"version": "1.0.15",
3+
"version": "1.0.16",
44
"peerDependencies": {
55
"@angular/common": "^10.1.6",
66
"@angular/core": "^10.1.6"

0 commit comments

Comments
 (0)