Skip to content

Commit

Permalink
Update variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
keenangraham committed Dec 10, 2024
1 parent 55e39ad commit 8de483e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ build_workflow = project.tryFindObjectFile('.github/workflows/build.yml');
build_workflow.patch(JsonPatch.add('/jobs/build/steps/5/with/include-hidden-files', true))
build_workflow.patch(JsonPatch.add('/jobs/build/steps/8/with/include-hidden-files', true))

build_workflow = project.tryFindObjectFile('.github/workflows/release.yml');
build_workflow.patch(JsonPatch.add('/jobs/release/steps/7/with/include-hidden-files', true))
release_workflow = project.tryFindObjectFile('.github/workflows/release.yml');
release_workflow.patch(JsonPatch.add('/jobs/release/steps/7/with/include-hidden-files', true))

project.synth();

0 comments on commit 8de483e

Please sign in to comment.