Skip to content

Commit

Permalink
Add RELEASE_TYPE output from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley committed Jan 23, 2024
1 parent bd2d568 commit d3089a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/reusable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ on:
RELEASE_VERSION:
description: "The un-prefixed version number of the release, eg '3.0.1'"
value: ${{ jobs.push-release-commit.outputs.release_version }}
RELEASE_TYPE:
description: "Either 'FULL_MAIN_BRANCH' or 'PREVIEW_FEATURE_BRANCH' - whether this is a full release or a pre-release"
value: ${{ jobs.init.outputs.release_type }}

env:
LOCAL_ARTIFACTS_STAGING_PATH: /tmp/artifact_staging
Expand Down

0 comments on commit d3089a0

Please sign in to comment.