Skip to content

Commit b35b86d

Browse files
author
Steve Scaffidi
committed
OCI chart releaser does the wrong thing
1 parent 9e6165e commit b35b86d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/release.yaml

+2-7
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,7 @@ jobs:
5757
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
5858
- name: Run gh-pages chart-releaser
5959
uses: helm/chart-releaser-action@v1.6.0
60+
with:
61+
charts_dir: chart
6062
env:
6163
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
62-
- name: Run OCI chart-releaser
63-
uses: bitdeps/helm-oci-charts-releaser@v0.1.0
64-
with:
65-
oci_registry: ghcr.io/${{ github.actor }}
66-
oci_username: ${{ github.actor }}
67-
oci_password: ${{ secrets.GITHUB_TOKEN }}
68-
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)