Skip to content

Commit 9cbe453

Browse files
committed
fix yaml
1 parent 4714221 commit 9cbe453

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/maven.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
with:
3737
token: ${{ secrets.CODECOV_TOKEN }}
3838
- 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 }}
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 }}

0 commit comments

Comments
 (0)