Skip to content

Commit

Permalink
Fix release workflow to include dashboard repo clone (#7206)
Browse files Browse the repository at this point in the history
# Description

* Fixes release issue where dashboard didn't get cloned

## Type of change

<!--

Please select **one** of the following options that describes your
change and delete the others. Clearly identifying the type of change you
are making will help us review your PR faster, and is used in authoring
release notes.

If you are making a bug fix or functionality change to Radius and do not
have an associated issue link please create one now.

-->

- This pull request fixes a bug in Radius and has an approved issue
(issue link required).

<!--

Please update the following to link the associated issue. This is
required for some kinds of changes (see above).

-->

Fixes: #7207

Signed-off-by: willdavsmith <[email protected]>
  • Loading branch information
willdavsmith authored Feb 28, 2024
1 parent 6d7d98d commit 282ff07
Showing 1 changed file with 7 additions and 0 deletions.
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

0 comments on commit 282ff07

Please sign in to comment.