Skip to content

Commit

Permalink
chore: try to fix release workflow (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
corymhall authored Oct 8, 2024
1 parent 794b27c commit 96326e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml

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

1 change: 0 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ releaseWorkflow?.file?.patch(JsonPatch.replace(
[
'mv dist/package.json ./',
'mv dist/projenrc ./',
'mv dist/.git ./',
'yarn install',
'npx ts-node projenrc/release-version.ts',
].join('\n'),
Expand Down

0 comments on commit 96326e3

Please sign in to comment.