Skip to content

Commit

Permalink
Add RC2 Commits (#7210)
Browse files Browse the repository at this point in the history
# Description
Add RC2 Commits

## Type of change
Release

---------

Signed-off-by: willdavsmith <[email protected]>
Signed-off-by: ytimocin <[email protected]>
Co-authored-by: Will Smith <[email protected]>
  • Loading branch information
ytimocin and willdavsmith authored Feb 28, 2024
1 parent 6d7d98d commit 2693469
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 2693469

Please sign in to comment.