diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3e1f26b61c..b217e159bf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -152,6 +152,13 @@ jobs: ref: main token: ${{ secrets.GH_RAD_CI_BOT_PAT }} path: recipes + - name: Checkout radius-project/dashboard@main + uses: actions/checkout@v3 + with: + repository: radius-project/dashboard + ref: main + token: ${{ secrets.GH_RAD_CI_BOT_PAT }} + path: dashboard - name: Set up GitHub credentials run: | git config --global user.name "Radius CI Bot" diff --git a/versions.yaml b/versions.yaml index 9720702b9d..529e175195 100644 --- a/versions.yaml +++ b/versions.yaml @@ -1,6 +1,6 @@ supported: - channel: '0.31' - version: 'v0.31.0-rc1' + version: 'v0.31.0-rc2' - channel: '0.30' version: 'v0.30.0' deprecated: