We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a8ccd commit 9c2ba4dCopy full SHA for 9c2ba4d
.github/workflows/test-and-deploy.yml
@@ -62,7 +62,7 @@ jobs:
62
with:
63
distribution: 'zulu'
64
java-version: '17'
65
-
+
66
- name: SonarCloud Scan
67
if: ${{ (github.event_name == 'pull_request' || github.ref_type == 'branch') && matrix.java == 11 && !github.event.pull_request.head.repo.fork }}
68
env:
@@ -94,7 +94,7 @@ jobs:
94
- name: Create GitHub Release
95
uses: sendgrid/dx-automator/actions/release@main
96
97
- footer: '**[Maven](https://mvnrepository.com/artifact/com.twilio.sdk/twilio/${version})**'
+ footer: '**[Maven](https://central.sonatype.com/artifact/com.twilio.sdk/twilio/${version})**'
98
99
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
100
0 commit comments