Skip to content

Commit

Permalink
fix: revert back to continuous deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
blimmer committed Jun 3, 2023
1 parent 30bfe23 commit 6136f64
Show file tree
Hide file tree
Showing 7 changed files with 220 additions and 27 deletions.
1 change: 1 addition & 0 deletions .gitattributes

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

217 changes: 217 additions & 0 deletions .github/workflows/release.yml

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

1 change: 1 addition & 0 deletions .gitignore

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

1 change: 1 addition & 0 deletions .projen/files.json

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

25 changes: 0 additions & 25 deletions .projen/tasks.json

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

1 change: 0 additions & 1 deletion .projenrc.js
Expand Up @@ -19,7 +19,6 @@ const project = new awscdk.AwsCdkConstructLibrary({
docgen: true,

release: true,
releaseTrigger: ReleaseTrigger.manual(),
releaseToNpm: true,
npmTokenSecret: 'NPM_TOKEN',
publishToNuget: {
Expand Down
1 change: 0 additions & 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 6136f64

Please sign in to comment.