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 99028ba commit 9ca89c8Copy full SHA for 9ca89c8
.github/workflows/test-and-deploy.yml
@@ -45,7 +45,17 @@ jobs:
45
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
46
gpg-passphrase: GPG_PASSPHRASE
47
48
- - run: mvn install -DskipTests=true -Dgpg.skip -Dmaven.javadoc.skip=true -B -V
+ - name: Install dependencies and Build Release Artifacts
49
+ run: make install
50
+
51
+ - name: Create GitHub Release
52
+ uses: sendgrid/dx-automator/actions/release@main
53
+ with:
54
+ assets: sendgrid-java.jar
55
+ footer: '**[Maven](https://mvnrepository.com/artifact/com.sendgrid/sendgrid-java/${version})**'
56
+ env:
57
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
59
- name: Publish to Maven
60
env:
61
MAVEN_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
0 commit comments