Skip to content

Commit

Permalink
Merge branch 'release-1.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikfroehling committed Apr 29, 2024
2 parents 0e6632e + ef2c724 commit e826d1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
echo "target_br_name=${br_name//\//-}" >> "$GITHUB_ENV"
if [[ "${{ github.ref_name }}" == *"main"* ]]; then
echo "env_name=Production" >> "$GITHUB_ENV"
elif [[ "${{ github.ref }}" == "refs/tags/v"* ]]; then
echo "env_name=Production" >> "$GITHUB_ENV"
elif [[ "${{ github.ref_name }}" == *"develop"* ]]; then
echo "env_name=Development" >> "$GITHUB_ENV"
elif [[ "${{ github.ref_name }}" == *"release"* ]]; then
Expand All @@ -61,6 +63,8 @@ jobs:
echo "target_br_name=${br_name//\//-}" >> "$GITHUB_ENV"
if [[ "${{ github.base_ref }}" == *"main"* ]]; then
echo "env_name=Production" >> "$GITHUB_ENV"
elif [[ "${{ github.ref }}" == "refs/tags/v"* ]]; then
echo "env_name=Production" >> "$GITHUB_ENV"
elif [[ "${{ github.base_ref }}" == *"develop"* ]]; then
echo "env_name=Development" >> "$GITHUB_ENV"
elif [[ "${{ github.base_ref }}" == *"release"* ]]; then
Expand Down

0 comments on commit e826d1e

Please sign in to comment.