Skip to content

Commit

Permalink
fix: Point solutions release github action (#27)
Browse files Browse the repository at this point in the history
* point solutions release github action fix

* chore: self mutation

Signed-off-by: github-actions <[email protected]>

* point solutions release github action fix

---------

Signed-off-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
ujwalbukka and github-actions committed Apr 8, 2024
1 parent 3188a03 commit 5266475
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_cdklabs-sbt-point-solutions-lib.yml

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

6 changes: 6 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@ const jsiiLibraryProjectOptions: cdk.JsiiProjectOptions = {
],
},
release: true,
releaseWorkflowSetupSteps: [
{
name: 'Install Dependencies',
run: 'npm ci',
},
],
bundledDeps: [
'@aws-sdk/client-sts',
'@aws-sdk/client-ssm',
Expand Down

0 comments on commit 5266475

Please sign in to comment.