Skip to content

Commit d467203

Browse files
author
Elad Ben-Israel
authored
chore(3.x): use a different staging profile id for software.constructs (#775)
`software.constructs` has a different staging profile ID, so we added a new secret to cdklabs that includes it.
1 parent 9d6b328 commit d467203

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/release-10.x.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const project = new JsiiProject({
3232
javaPackage: 'software.constructs',
3333
mavenGroupId: 'software.constructs',
3434
mavenArtifactId: 'constructs',
35+
mavenStagingProfileId: 'CONSTRUCTS_MAVEN_STAGING_PROFILE_ID',
3536
mavenEndpoint: 'https://s01.oss.sonatype.org',
3637
},
3738

0 commit comments

Comments
 (0)