We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4714221 commit 9cbe453Copy full SHA for 9cbe453
1 file changed
.github/workflows/maven.yml
@@ -36,10 +36,10 @@ jobs:
36
with:
37
token: ${{ secrets.CODECOV_TOKEN }}
38
- name: Release
39
- # if: github.event_name == 'push' && github.ref == 'refs/heads/master'
40
- uses: samuelmeuli/action-maven-publish@v1
41
- with:
42
- gpg_private_key: ${{ secrets.gpg_private_key }}
43
- gpg_passphrase: ${{ secrets.gpg_passphrase }}
44
- nexus_username: ${{ secrets.nexus_username }}
45
- nexus_password: ${{ secrets.nexus_password }}
+ # if: github.event_name == 'push' && github.ref == 'refs/heads/master'
+ uses: samuelmeuli/action-maven-publish@v1
+ with:
+ gpg_private_key: ${{ secrets.gpg_private_key }}
+ gpg_passphrase: ${{ secrets.gpg_passphrase }}
+ nexus_username: ${{ secrets.nexus_username }}
+ nexus_password: ${{ secrets.nexus_password }}
0 commit comments