Skip to content

Commit

Permalink
Update .github/workflows/prepare-for-minor-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trackleft authored Oct 5, 2023
1 parent 53f0b10 commit 3db5cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prepare-for-minor-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
timeout-minutes: 60
runs-on: ubuntu-latest
outputs:
next_release_branch_alias_constraint: ${{ steps.alias-next-version-constraint.outputs.NEXT_RELEASE_VERSION_CONSTRAINT }}
this_release_branch_alias_constraint: ${{ steps.alias-version-constraint.outputs.THIS_RELEASE_VERSION_CONSTRAINT }}
next_release_branch_alias_constraint: ${{ steps.alias-next-version-constraint.outputs.NEXT_RELEASE_VERSION_CONSTRAINT }}
this_release_branch_alias_constraint: ${{ steps.alias-version-constraint.outputs.THIS_RELEASE_VERSION_CONSTRAINT }}
main_branch_alias: ${{ steps.alias-main-branch.outputs.MAIN_BRANCH_ALIAS }}
steps:
- name: Create version contstraint string for next release branch alias string.
Expand Down

0 comments on commit 3db5cfb

Please sign in to comment.