We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9430a0 commit 0c9e500Copy full SHA for 0c9e500
.github/workflows/robot.yml
@@ -41,6 +41,7 @@ jobs:
41
with:
42
ssh-private-key: ${{ secrets.SSH_KEY }}
43
- name: Add known host key
44
+ if: (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/next' || github.ref == 'refs/heads/master') && matrix.java == '17'
45
run: ssh-keyscan mvn.javacard.pro >> ~/.ssh/known_hosts
46
- name: Deploy package
47
if: (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/next' || github.ref == 'refs/heads/master') && matrix.java == '17'
0 commit comments