Skip to content

Commit

Permalink
fix: semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
yann510 committed Sep 12, 2023
1 parent aaf15a4 commit 1405328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion benchmark/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ async function main() {
}
}

main().catch(console.error)
main()
5 changes: 1 addition & 4 deletions ss-search/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@
}
},
"semantic-release": {
"executor": "@theunderscorer/nx-semantic-release:semantic-release",
"options": {
"tagFormat": "${PROJECT_NAME}-v${version}"
}
"executor": "@theunderscorer/nx-semantic-release:semantic-release"
}
},
"tags": []
Expand Down

0 comments on commit 1405328

Please sign in to comment.