Skip to content

Commit

Permalink
fixing wkflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rupeshtiwari committed Feb 10, 2021
1 parent 62cad18 commit ff75731
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
build:
name: 'Test Build and Publish'
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fsms/angular-pubsub-app",
"version": "1.0.15",
"version": "1.0.16",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion projects/fsms-angular-pubsub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fsms/angular-pubsub",
"version": "1.0.15",
"version": "1.0.16",
"peerDependencies": {
"@angular/common": "^10.1.6",
"@angular/core": "^10.1.6"
Expand Down

0 comments on commit ff75731

Please sign in to comment.