Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
update release process (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n authored Aug 15, 2022
1 parent 7cb3c89 commit 77f72e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish_from_main_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
export TAG=${{ github.event.client_payload.tag }}
export VERSION=$(echo $TAG | cut -d'v' -f2)
export RC=rc
sed -i "s/revConductor = 'latest.release'/revConductor = '$VERSION'/g" dependencies.gradle
cat dependencies.gradle | grep revConductor
if [[ "$TAG" == *"$RC"* ]]; then
echo "Publishing release candidate";
./gradlew -Prelease.version=$VERSION candidate --scan
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Common place to define all the version dependencies
*/
ext {
revConductor = '3.10.1'
revConductor = 'latest.release'
revActivation = '2.0.0'
revAmqpClient = '5.13.0'
revAwaitility = '3.1.6'
Expand Down

0 comments on commit 77f72e2

Please sign in to comment.