Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Update release workflow to actually push to sonatype
  • Loading branch information
cushon authored Feb 9, 2022
1 parent 7629900 commit 71dd2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
git push origin "v${{ github.event.inputs.version }}"
- name: Build Jars
run: mvn --no-transfer-progress clean verify gpg:sign -DskipTests=true -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}"
run: mvn --no-transfer-progress -P sonatype-oss-release clean deploy -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}"

- name: Add Jars to Release Entry
uses: softprops/[email protected]
Expand Down

0 comments on commit 71dd2a3

Please sign in to comment.