Skip to content

Commit a23bf2c

Browse files
committed
Move crds folder and use afritzler's action
1 parent 65ce79f commit a23bf2c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/publish-helm.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,15 @@ jobs:
3939
if: github.event_name == 'push'
4040
run: |
4141
sed -i "s/version: .*/version: ${GITHUB_REF_NAME#v}/" dist/chart/Chart.yaml
42+
- name: Move crds folder out of templates
43+
run: mv dist/chart/templates/crd dist/chart/crds
4244
- name: Run chart-releaser
43-
uses: bitdeps/helm-oci-charts-releaser@v0.1.4
45+
uses: afritzler/helm-oci-charts-releaser@enh/skip-gh-release
46+
# uses: bitdeps/helm-oci-charts-releaser@v0.1.3
4447
with:
4548
charts_dir: dist/chart
46-
skip_gh_release: true
4749
oci_registry: ghcr.io/${{ github.repository_owner }}/charts
48-
oci_username: ${{ github.actor }}
49-
oci_password: ${{ secrets.GITHUB_TOKEN }}
5050
github_token: ${{ secrets.GITHUB_TOKEN }}
51+
oci_password: ${{ secrets.GITHUB_TOKEN }}
52+
oci_username: ${{ github.actor }}
53+
skip_gh_release: true

0 commit comments

Comments
 (0)