Skip to content

Commit

Permalink
chore: fixing release workflow (#96)
Browse files Browse the repository at this point in the history
Fixes #
  • Loading branch information
corymhall authored Nov 9, 2024
1 parent 94b25b3 commit 5f38907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 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 .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ releaseWorkflow?.file?.patch(JsonPatch.replace(
'mv dist/package.json ./',
'mv dist/yarn.lock ./',
'mv dist/projenrc ./',
'mv dist/tsconfig.json ./',
'yarn install --check-files --frozen-lockfile',
'npx ts-node projenrc/release-version.ts',
].join('\n'),
Expand Down

0 comments on commit 5f38907

Please sign in to comment.