diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7b486e6..9dd1423 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 @@ -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"