Skip to content

Commit

Permalink
Adding dashboard release branch creation and tag push (radius-project…
Browse files Browse the repository at this point in the history
…#7160)

# Description

Dependent on: radius-project/dashboard#51

## 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 adds or changes features of 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).

-->

Part of: radius-project/dashboard#47

Signed-off-by: willdavsmith <[email protected]>
Co-authored-by: Young Bu Park <[email protected]>
  • Loading branch information
willdavsmith and youngbupark committed Mar 4, 2024
1 parent 01b52d1 commit c2056cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,3 +214,7 @@ jobs:
if: success() && steps.release-branch-exists.outputs.result == 'false'
run: |
./radius/.github/scripts/release-create-tag-and-branch.sh recipes ${{ steps.get-version.outputs.release-version }} ${{ steps.get-version.outputs.release-branch-name }}
- name: Release radius-project/dashboard version ${{ steps.get-version.outputs.release-version }}
if: success() && steps.release-branch-exists.outputs.result == 'false'
run: |
./radius/.github/scripts/release-create-tag-and-branch.sh dashboard ${{ steps.get-version.outputs.release-version }} ${{ steps.get-version.outputs.release-branch-name }}

0 comments on commit c2056cc

Please sign in to comment.