Skip to content

Commit

Permalink
ci: fix release cannot find dist files (#1386)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain authored Nov 2, 2024
1 parent 78ea879 commit eb85370
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .projen/tasks.json

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

6 changes: 3 additions & 3 deletions projenrc/ReleaseBranches.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ export class StableReleases {

// Update changelog
project.release?.publisher?.publishToGit({
changelogFile: 'dist/dist/changelog.md',
versionFile: 'dist/dist/version.txt',
releaseTagFile: 'dist/dist/releasetag.txt',
changelogFile: 'dist/changelog.md',
versionFile: 'dist/version.txt',
releaseTagFile: 'dist/releasetag.txt',
projectChangelogFile: 'CHANGELOG.md',
gitBranch: branch,
});
Expand Down

0 comments on commit eb85370

Please sign in to comment.