Skip to content

Commit

Permalink
fix release wf
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia-medvedev-codefresh committed Jul 28, 2024
1 parent d91b957 commit ba3311e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
publish:
if: github.repository == 'argoproj/argo-helm'
if: github.repository == 'codefresh-io/argo-helm'
permissions:
contents: write # for helm/chart-releaser-action to push chart release and create a release
packages: write # to push OCI chart package to GitHub Registry
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Fetch current Chart Index
run: |
git checkout origin/gh-pages index.yaml
- name: Package chart
run: |
rm -rf .cr-release-packages
Expand Down Expand Up @@ -86,4 +86,4 @@ jobs:
break
fi
helm push "${pkg}" oci://ghcr.io/${{ github.repository }}
done
done

0 comments on commit ba3311e

Please sign in to comment.