From ae7617b4bb11f97415ef5b514928ac45cd6fe0b5 Mon Sep 17 00:00:00 2001 From: Sahan Hemachandra <45299562+sahanHe@users.noreply.github.com> Date: Wed, 15 Nov 2023 12:10:20 +0530 Subject: [PATCH] Add new line to the end --- .github/workflows/build-timestamped-master.yml | 3 ++- .github/workflows/publish-release.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-timestamped-master.yml b/.github/workflows/build-timestamped-master.yml index 2798d13..ae7e73a 100644 --- a/.github/workflows/build-timestamped-master.yml +++ b/.github/workflows/build-timestamped-master.yml @@ -61,4 +61,5 @@ jobs: nexusUser: ${{ secrets.NEXUS_USERNAME }} nexusPassword: ${{ secrets.NEXUS_PASSWORD }} run: | - ./gradlew clean publishMavenJavaPublicationToWSO2NexusRepository -x test --scan --no-daemon \ No newline at end of file + ./gradlew clean publishMavenJavaPublicationToWSO2NexusRepository -x test --scan --no-daemon + \ No newline at end of file diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 76ec44b..ad204e6 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -73,4 +73,5 @@ jobs: GITHUB_TOKEN: ${{ secrets.BALLERINA_BOT_TOKEN }} run: | gh release create v$VERSION --title "module-ballerinax-persist.sql-v$VERSION" - gh pr create --title "[Automated] Sync main after $VERSION release" --body "Sync main after $VERSION release" \ No newline at end of file + gh pr create --title "[Automated] Sync main after $VERSION release" --body "Sync main after $VERSION release" + \ No newline at end of file