Skip to content

Commit 71dd2a3

Browse files
authored
Update release.yml
Update release workflow to actually push to sonatype
1 parent 7629900 commit 71dd2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
git push origin "v${{ github.event.inputs.version }}"
4747
4848
- name: Build Jars
49-
run: mvn --no-transfer-progress clean verify gpg:sign -DskipTests=true -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}"
49+
run: mvn --no-transfer-progress -P sonatype-oss-release clean deploy -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}"
5050

5151
- name: Add Jars to Release Entry
5252
uses: softprops/[email protected]

0 commit comments

Comments
 (0)