Skip to content

Commit

Permalink
Fix CI release helm-chart
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Poignant <[email protected]>
  • Loading branch information
thomaspoignant committed Apr 23, 2023
1 parent 356f90e commit 4c34012
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
helm-release:
runs-on: ubuntu-latest
env:
CHART_YAML_FILE_LOCATION: cmd/relayproxy/helm-charts/relay-proxy/Chart.yaml
CHART_README_LOCATION: cmd/relayproxy/helm-charts/relay-proxy/README.md
MAIN_BRANCH_NAME: main
steps:
- name: Checkout
Expand Down Expand Up @@ -54,8 +54,8 @@ jobs:

- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

- name: Copy version to main branch
run: cp -rf $CHART_YAML_FILE_LOCATION $MAIN_BRANCH_NAME/$CHART_YAML_FILE_LOCATION
- name: Copy README to main branch
run: cp -rf $CHART_README_LOCATION $MAIN_BRANCH_NAME/$CHART_README_LOCATION

- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
Expand Down

0 comments on commit 4c34012

Please sign in to comment.