Skip to content

Commit

Permalink
chore: added v2 shim
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi committed Sep 27, 2023
1 parent 5838770 commit 9321f1c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions layers/src/layer-publisher-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,12 @@ export class LayerPublisherStack extends Stack {
);
}

// Phase 0: Remove after pre-release
// we need this because while we are in pre-release, the version is not updated normally on this branch
execSync(
`echo "{ \"iteration\": 0 }" > ${join(projectRoot, 'v2.json')}`
);

// Phase 1: Cleanup & create tmp folder
execSync(
[
Expand Down

0 comments on commit 9321f1c

Please sign in to comment.