Skip to content

Commit

Permalink
fix(nx-monorepo): release workflow fixes (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyJonas committed May 23, 2023
1 parent 874b9e2 commit 6dff5a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/nx-monorepo/src/components/release/index.ts
Expand Up @@ -117,7 +117,7 @@ export class NxRelease extends Component {
},
{
// rebuild everything after versioning
exec: buildTask.name,
spawn: buildTask.name,
},
{
// create github releases
Expand Down

0 comments on commit 6dff5a5

Please sign in to comment.