We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8cbe50 + a5e54e5 commit f9a9780Copy full SHA for f9a9780
.github/workflows/release.yaml
@@ -14,7 +14,8 @@ jobs:
14
- uses: actions/checkout@v4
15
- run: |
16
echo "RELEASE_VERSION=$(echo $ISSUE_TITLE | awk '{ print $2 }')" >> $GITHUB_ENV
17
- echo "CHART_VERSION=${RELEASE_VERSION#v}" >> $GITHUB_ENV
+ - run: |
18
+ echo "CHART_VERSION=$(echo ${RELEASE_VERSION#v})" >> $GITHUB_ENV
19
- name: Determine base branch
20
run: |
21
if echo $RELEASE_VERSION | grep -q beta; then
0 commit comments