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 c06b8c2 commit 124fdabCopy full SHA for 124fdab
.github/workflows/test-and-deploy.yml
@@ -51,7 +51,17 @@ jobs:
51
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
52
gpg-passphrase: GPG_PASSPHRASE
53
54
- - run: mvn install -DskipTests=true -Dgpg.skip -Dmaven.javadoc.skip=true -B -V
+ - name: Install Dependencies
55
+ run: make install
56
+
57
+ - name: Create GitHub Release
58
+ uses: sendgrid/dx-automator/actions/release@main
59
+ with:
60
+ assets: java-http-client.jar
61
+ footer: '**[Maven](https://mvnrepository.com/artifact/com.sendgrid/java-http-client/${version})**'
62
+ env:
63
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64
65
- name: Publish to Maven
66
env:
67
MAVEN_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
0 commit comments