Skip to content

Commit

Permalink
fix: use correct branch for release (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
belitre authored Mar 23, 2022
1 parent dcbb7d7 commit 14453d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
],
"preset": "angular",
"branches": [
"master"
"main"
],
"tagFormat": "v${version}",
"ci": false
Expand All @@ -85,4 +85,4 @@
"npm-check-updates": "^12.5.4",
"npm-registry-fetch": ">=13.1.0"
}
}
}

0 comments on commit 14453d3

Please sign in to comment.