Skip to content

Commit

Permalink
set access level
Browse files Browse the repository at this point in the history
  • Loading branch information
iliapolo authored and lordjabez committed Jul 29, 2022
1 parent 221b727 commit 8a650ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml

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

3 changes: 3 additions & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
});


const releaseWorkflow = project.tryFindObjectFile('.github/workflows/release.yml');
releaseWorkflow.addOverride('jobs.release_npm.steps.6.env.NPM_ACCESS_LEVEL', 'public');

project.synth();

0 comments on commit 8a650ae

Please sign in to comment.