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 244faf8 commit c9a7755
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .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.28
NEXT_VERSION=1.0.8-dev.29
echo "Next version: $NEXT_VERSION"
# Package the charts
Expand All @@ -74,6 +74,7 @@ jobs:
cr index \
--owner prism-sh \
--git-repo prism-agent \
--pages-branch main \
--index-path index.yaml
git config user.name "$GITHUB_ACTOR"
Expand Down

0 comments on commit c9a7755

Please sign in to comment.