Skip to content

Commit d0b374f

Browse files
committed
Remove version.txt creation step that incorrectly sets CDK utils version to application version
1 parent b577049 commit d0b374f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/cdk_release_code.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,6 @@ jobs:
122122
SLACK_BOT_TOKEN: "${{ secrets.SLACK_BOT_TOKEN }}"
123123
SLACK_SIGNING_SECRET: "${{ secrets.SLACK_SIGNING_SECRET }}"
124124

125-
- name: Create version.txt for CDK tooling
126-
run: echo "${{ inputs.VERSION_NUMBER }}" > .build/version.txt
127-
128125
- name: Show diff
129126
run: |
130127
docker run \

0 commit comments

Comments
 (0)