Skip to content

Commit

Permalink
fix: hardcoded cdk version in publish_layer.yaml (#1232)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi committed Jan 13, 2023
1 parent ed55e58 commit 63a3909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_layer.yaml
Expand Up @@ -43,7 +43,7 @@ jobs:
echo "RELEASE_TAG_VERSION=${RELEASE_TAG_VERSION:1}" >> $GITHUB_ENV
- name: install cdk and deps
run: |
npm install -g aws-cdk@2.29.0
npm install -g aws-cdk@2.55.0
cdk --version
- name: install deps
run: |
Expand Down

0 comments on commit 63a3909

Please sign in to comment.