Skip to content

Commit

Permalink
Set maven server id (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: David Calavera <david.calavera@gmail.com>
  • Loading branch information
calavera authored Apr 17, 2023
1 parent 0ce9d46 commit 500dbea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ jobs:
run: mv .repo/dist dist
- name: Release
env:
MAVEN_SERVER_ID: 'github'
MAVEN_REPOSITORY_URL: 'https://maven.pkg.github.com/cargo-lambda/cargo-lambda-cdk'
MAVEN_ENDPOINT: 'https://maven.pkg.github.com'
MAVEN_USERNAME: ${{ github.actor }}
Expand Down
1 change: 1 addition & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
moduleName: 'github.com/cargo-lambda/cargo-lambda-cdk',
},
publishToMaven: {
mavenServerId: 'github',
mavenRepositoryUrl: 'https://maven.pkg.github.com/cargo-lambda/cargo-lambda-cdk',
mavenEndpoint: 'https://maven.pkg.github.com',
javaPackage: 'com.cargolambda.cargo_lambda_cdk',
Expand Down

0 comments on commit 500dbea

Please sign in to comment.