Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
with path
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan committed Jul 6, 2023
1 parent 60a5bcd commit 41f766e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-release-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ jobs:
run: |
wget https://github.com/helm/chart-releaser/releases/download/v1.6.0/chart-releaser_1.6.0_linux_amd64.tar.gz
tar -xvzf chart-releaser_1.6.0_linux_amd64.tar.gz
cr package charts/data-space-connector
cr upload --owner "[email protected]" --git-repo ${GITHUB_REPOSITORY} --packages-with-index --token ${{ secrets.GITHUB_TOKEN }} --push --skip-existing
cr index --owner "[email protected]" --git-repo ${GITHUB_REPOSITORY} --packages-with-index --index-path . --token ${{ secrets.GITHUB_TOKEN }} --push
./cr package charts/data-space-connector
./cr upload --owner "[email protected]" --git-repo ${GITHUB_REPOSITORY} --packages-with-index --token ${{ secrets.GITHUB_TOKEN }} --push --skip-existing
./cr index --owner "[email protected]" --git-repo ${GITHUB_REPOSITORY} --packages-with-index --index-path . --token ${{ secrets.GITHUB_TOKEN }} --push
git-release:
needs: ["generate-version","deploy"]
Expand Down

0 comments on commit 41f766e

Please sign in to comment.