Skip to content

Commit 9c2ba4d

Browse files
chore: updating maven repository link in release notes (#876)
1 parent 78a8ccd commit 9c2ba4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
distribution: 'zulu'
6464
java-version: '17'
65-
65+
6666
- name: SonarCloud Scan
6767
if: ${{ (github.event_name == 'pull_request' || github.ref_type == 'branch') && matrix.java == 11 && !github.event.pull_request.head.repo.fork }}
6868
env:
@@ -94,7 +94,7 @@ jobs:
9494
- name: Create GitHub Release
9595
uses: sendgrid/dx-automator/actions/release@main
9696
with:
97-
footer: '**[Maven](https://mvnrepository.com/artifact/com.twilio.sdk/twilio/${version})**'
97+
footer: '**[Maven](https://central.sonatype.com/artifact/com.twilio.sdk/twilio/${version})**'
9898
env:
9999
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
100100

0 commit comments

Comments
 (0)