Skip to content

Commit

Permalink
Add new line to the end
Browse files Browse the repository at this point in the history
  • Loading branch information
sahanHe committed Nov 15, 2023
1 parent fef01e2 commit ae7617b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-timestamped-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ jobs:
nexusUser: ${{ secrets.NEXUS_USERNAME }}
nexusPassword: ${{ secrets.NEXUS_PASSWORD }}
run: |
./gradlew clean publishMavenJavaPublicationToWSO2NexusRepository -x test --scan --no-daemon
./gradlew clean publishMavenJavaPublicationToWSO2NexusRepository -x test --scan --no-daemon
3 changes: 2 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
gh pr create --title "[Automated] Sync main after $VERSION release" --body "Sync main after $VERSION release"

0 comments on commit ae7617b

Please sign in to comment.