Skip to content

Commit

Permalink
chore(merge): 10.0.x into 10.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bonita-ci committed Dec 5, 2024
2 parents f3e11fe + 3fc2012 commit 075f46f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_reusable_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
env:
REDIRECT_ID: ${{ vars.BOS_REDIRECT_USER_APP_ID }}
BOS_REDIRECT_URL: https://redirect.bonitasoft.com/
BOS_RELEASE_ASSET_URL: https"%"3A"%"2F"%"2Fgithub.com%"2Fbonitasoft%"2Fbonita-user-application%"2Freleases%"2Fdownload%"2F${{ inputs.ref }}%"2Fbonita-user-application-${{ inputs.ref }}.bos
BOS_RELEASE_ASSET_URL: https%3A%2F%2Fgithub.com%2Fbonitasoft%2Fbonita-user-application%2Freleases%2Fdownload%2F${{ inputs.ref }}%2Fbonita-user-application-${{ inputs.ref }}.bos
run: |
MAINTENANCE_VERSION="$(cut -d '.' -f3 <<< ${{ inputs.ref }})"
MAJOR_VERSION="$(cut -d '.' -f1,2 <<< ${{ inputs.ref }})"
Expand All @@ -95,4 +95,4 @@ jobs:
fi
else
echo "BOS Redirect entry ($REDIRECT_ID,$MAJOR_VERSION,$MAINTENANCE_VERSION) created with URL: $BOS_RELEASE_ASSET_URL"
fi
fi

0 comments on commit 075f46f

Please sign in to comment.