Skip to content

Commit

Permalink
fix cdkversionchecker
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuller88 committed May 18, 2021
1 parent 3faf5a5 commit eb702b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cdkversioncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Fetch CDK version
run: |-
echo "CDK_VERSION=$(curl --silent "https://api.github.com/repos/aws/aws-cdk/releases/latest" |
grep '"tag_name": "1' |
sed -E 's/.*"([^"]+)".*/\1/')" >> $GITHUB_ENV
grep '"tag_name": "v1' |
sed -E 's/.*"v([^"]+)".*/\1/')" >> $GITHUB_ENV
- name: Synthesize project files
continue-on-error: true
run: |-
Expand Down

0 comments on commit eb702b0

Please sign in to comment.