Skip to content

Commit

Permalink
fix(release): publish a GitHub release even if a particular package m…
Browse files Browse the repository at this point in the history
…anager fails
  • Loading branch information
xiehan committed Aug 28, 2024
1 parent db9949a commit 1e573c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml

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

2 changes: 2 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,7 @@ releaseWorkflow?.addOverride("on.push", {
".github/**/*.md",
],
});
// always publish a new GitHub release, even when publishing to a particular package manager fails
releaseWorkflow?.addOverride("jobs.release_github.needs", "release");

project.synth();

0 comments on commit 1e573c1

Please sign in to comment.