Skip to content

Commit

Permalink
bug: ci release ctnd (#1277)
Browse files Browse the repository at this point in the history
  • Loading branch information
heyvister1 authored Jan 21, 2025
2 parents d8cbe50 + a5e54e5 commit f9a9780
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v4
- run: |
echo "RELEASE_VERSION=$(echo $ISSUE_TITLE | awk '{ print $2 }')" >> $GITHUB_ENV
echo "CHART_VERSION=${RELEASE_VERSION#v}" >> $GITHUB_ENV
- run: |
echo "CHART_VERSION=$(echo ${RELEASE_VERSION#v})" >> $GITHUB_ENV
- name: Determine base branch
run: |
if echo $RELEASE_VERSION | grep -q beta; then
Expand Down

0 comments on commit f9a9780

Please sign in to comment.