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 70f1721 commit 57f23d8Copy full SHA for 57f23d8
.github/workflows/release_and_push.yml
@@ -31,16 +31,8 @@ jobs:
31
gpg-private-key: ${{ secrets.GPG_SECRET_KEY }}
32
gpg-passphrase: MAVEN_GPG_PASSPHRASE
33
34
- - name: build artifact
+ - name: Build artifact
35
run: ./mvnw -B package --file pom.xml
36
-
37
-# - name: Create Release
38
-# uses: ncipollo/[email protected]
39
-# with:
40
-# allowUpdates: true
41
-# artifacts: ${{ github.workspace }}/target/*.jar
42
-# token: ${{ secrets.GITHUB_TOKEN }}
43
-# tag: "v0.3.4"
44
45
- name: Publish to the Maven Central Repository
46
run: ./mvnw deploy
0 commit comments