Skip to content

Commit

Permalink
fix: go repository configured incorrectly (#10)
Browse files Browse the repository at this point in the history
* fix: go repository configured incorrectly

* chore: self mutation

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

* snapshot

Signed-off-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
kaizencc and github-actions authored Jan 17, 2023
1 parent ffd007a commit 39d0f48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cdklabs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function createCdklabsPublishingDefaults(npmPackageName: string) {
packageId: `Cdklabs${upperCaseName(npmPackageName)}`,
},
publishToGo: {
moduleName: `${npmPackageName}-go`,
moduleName: `github.com/cdklabs/${npmPackageName}-go`,
},
};

Expand Down
2 changes: 1 addition & 1 deletion test/__snapshots__/cdklabs.test.ts.snap

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

0 comments on commit 39d0f48

Please sign in to comment.