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.
1 parent 0fbed72 commit c75e2fdCopy full SHA for c75e2fd
.github/workflows/release.yml
@@ -42,4 +42,8 @@ jobs:
42
CHART_REPOSITORY: ${{ secrets.CHART_REPOSITORY }}
43
run: |
44
cd $RUNNER_WORKSPACE/$(basename $CHART_REPOSITORY)
45
+ GIT_TAG=${GITHUB_REF#"refs/tags/"}
46
+ if [[ $GIT_TAG =~ "-alpha." ]] || [[ $GIT_TAG =~ "-beta." ]]; then
47
+ export REPO_DIR=testing
48
+ fi
49
./hack/scripts/open-pr.sh $GITHUB_WORKSPACE
0 commit comments