Skip to content

Commit

Permalink
Merge branch 'rc' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianTerhorst committed Nov 30, 2021
2 parents 052ba7b + 8544d6a commit 0da09fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -57,6 +57,7 @@ jobs:
- id: build_info
run: |
branch=$(git ls-remote --heads origin | grep $GITHUB_SHA | sed "s/.*\///")
branch=$([[ $branch == 'release' ]] && echo "release" || [[ $branch == 'rc' ]] && echo "rc" || [[ $branch == 'dev' ]] && echo "dev" || echo "$branch")
version=${GITHUB_REF##*/}
echo "##[set-output name=branch;]$branch"
echo "##[set-output name=version;]$version"
Expand Down

0 comments on commit 0da09fc

Please sign in to comment.