Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Netflix/conductor-community
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed May 2, 2022
2 parents 344141b + 0b3467d commit ad5ac27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_from_main_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
export RC=rc
if [[ "$TAG" == *"$RC"* ]]; then
echo "Publishing release candidate";
./gradlew -x test -Prelease.version=$VERSION candidate --scan
./gradlew -Prelease.version=$VERSION candidate --scan
else
echo "Publishing Final Release";
./gradlew -Prelease.version=$VERSION final --scan
Expand Down

0 comments on commit ad5ac27

Please sign in to comment.