Skip to content

Commit

Permalink
add safe dir, remove deprecated cr flag
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjeffers committed Nov 9, 2023
1 parent 6336975 commit 9601ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
run: |
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "[email protected]"
git config --global --add safe.directory /__w/charts/charts
- name: Release
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_OWNER: fusionauth
CR_GIT_REPO: charts
CR_PACKAGE_PATH: .deploy
CR_CHARTS_REPO: https://fusionauth.github.io/charts
CR_INDEX_PATH: index.yaml
CR_PAGES_BRANCH: main
CR_RELEASE_NAME_TEMPLATE: "{{ .Version }}"
Expand Down

0 comments on commit 9601ca7

Please sign in to comment.