Skip to content

Commit

Permalink
Update .github/workflows/cdk-publish.yml
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
ChristoGrab and coderabbitai[bot] authored Nov 18, 2024
1 parent bc5de0d commit 3b86602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cdk-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Get CDK version
run: |
cdk_version=$(poetry version --short)
cdk_version="$(poetry version --short)"
echo "CDK_VERSION=$cdk_version" >> $GITHUB_ENV
- name: Check if tag already exists
Expand Down

0 comments on commit 3b86602

Please sign in to comment.