Skip to content

Commit

Permalink
fix releaseTagPattern in nx.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bennettp123 committed Aug 16, 2024
1 parent f162427 commit 7a03153
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"changelog": {
"workspaceChangelog": {
"createRelease": "github"
},
"releaseTagPattern": "@wanews/lambda-edge-openid-auth@${version}"
}
}
},
"releaseTagPattern": "@wanews/lambda-edge-openid-auth@{version}"
},
"plugins": [
{
Expand Down

0 comments on commit 7a03153

Please sign in to comment.