Skip to content

Commit

Permalink
chore: fixing failing release workflow (attempt no. 2) (#1459)
Browse files Browse the repository at this point in the history
I missed the repo name in #1458 
Let's try this again.

---------

Signed-off-by: github-actions <github-actions@github.com>
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
mrgrain and github-actions committed Jun 7, 2024
1 parent 77f9bb7 commit df7410e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const project = new CdklabsTypeScriptProject({
description: 'Generates jsii structs from JSON schemas',
authorName: 'Elad Ben-Israel',
authorEmail: 'elad.benisrael@gmail.com',
repository: 'https://github.com/aws/json2jsii',
repository: 'https://github.com/cdklabs/json2jsii',
deps: ['json-schema', 'camelcase', 'snake-case'],
devDeps: ['@types/json-schema', 'jsii-srcmak', 'prettier', 'cdklabs-projen-project-types'],
releaseToNpm: true,
Expand Down
2 changes: 1 addition & 1 deletion package.json

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

0 comments on commit df7410e

Please sign in to comment.