Skip to content

Commit

Permalink
fix: bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
oderayi committed Jan 25, 2024
1 parent aae13a7 commit 726a68b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ jobs:
run: |
if [[ -z $_RELEASE_VERSION ]]; then
release_version=$(.github/workflows/scripts/determine-release-version.sh $_LAST_RELEASE_TAG)
echo "HELM_RELEASE_VERSION=$(echo $release_version)" >> "$GITHUB_OUTPUT"
echo "__RELEASE_VERSION=${release_version})" >> "$GITHUB_OUTPUT"
else
echo "HELM_RELEASE_VERSION=$release_version" >> "$GITHUB_OUTPUT"
echo "__RELEASE_VERSION=${release_version}" >> "$GITHUB_OUTPUT"
fi
- name: Prepare TTK test cases release
Expand Down

0 comments on commit 726a68b

Please sign in to comment.