We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e52d8 commit 2398fb1Copy full SHA for 2398fb1
.github/workflows/release.yml
@@ -4,6 +4,10 @@ on:
4
push:
5
tags:
6
- "v*"
7
+ push:
8
+ branches:
9
+ - "renaud-hartert_data/maven-migration"
10
+
11
jobs:
12
publish:
13
runs-on:
@@ -26,7 +30,7 @@ jobs:
26
30
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
27
31
28
32
- name: Publish to the Maven Central Repository
29
- run: mvn -Prelease -DskipTests=true --batch-mode deploy
33
+ run: mvn -Prelease -DskipTests=true --batch-mode verify
34
35
- name: Create GitHub release
36
uses: softprops/action-gh-release@v1
0 commit comments