Skip to content

Commit ba3311e

Browse files
fix release wf
1 parent d91b957 commit ba3311e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
publish:
13-
if: github.repository == 'argoproj/argo-helm'
13+
if: github.repository == 'codefresh-io/argo-helm'
1414
permissions:
1515
contents: write # for helm/chart-releaser-action to push chart release and create a release
1616
packages: write # to push OCI chart package to GitHub Registry
@@ -38,7 +38,7 @@ jobs:
3838
- name: Fetch current Chart Index
3939
run: |
4040
git checkout origin/gh-pages index.yaml
41-
41+
4242
- name: Package chart
4343
run: |
4444
rm -rf .cr-release-packages
@@ -86,4 +86,4 @@ jobs:
8686
break
8787
fi
8888
helm push "${pkg}" oci://ghcr.io/${{ github.repository }}
89-
done
89+
done

0 commit comments

Comments
 (0)