Skip to content

Commit

Permalink
fix: charts uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
notwedtm committed Dec 28, 2024
1 parent c5f83f8 commit 244faf8
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
run: |
# Get the next version
NEXT_VERSION=1.0.8-dev.27
NEXT_VERSION=1.0.8-dev.28
echo "Next version: $NEXT_VERSION"
# Package the charts
Expand All @@ -70,18 +70,11 @@ jobs:
- name: Update Helm Index
run: |
cd .helm-charts
# Create required directories
mkdir -p .cr-index
cr index \
--owner prism-sh \
--git-repo prism-agent \
--pages-branch main \
--merge index.yaml
# Move the index file to the right location
mv .cr-index/index.yaml index.yaml
--index-path index.yaml
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
Expand Down

0 comments on commit 244faf8

Please sign in to comment.