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 c796647 commit 53f0b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-for-minor-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
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 }}
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 53f0b10

Please sign in to comment.