File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,15 @@ jobs:
2727 - name : Setup Git user
2828 uses : fregante/setup-git-user@v2
2929
30- - name : Setup SSH Keys and known_hosts
31- env :
32- SSH_AUTH_SOCK : /tmp/ssh_agent.sock
33- run : |
34- mkdir -p ~/.ssh
35- ssh-keyscan github.com >> ~/.ssh/known_hosts
36- ssh-agent -a $SSH_AUTH_SOCK > /dev/null
37- ssh-add - <<< "${{ secrets.SSH_PRIVATE_KEY }}"
30+ - name : Setup SSH Keys and known_hosts
31+ env :
32+ SSH_AUTH_SOCK : /tmp/ssh_agent.sock
33+ run : |
34+ mkdir -p ~/.ssh
35+ ssh-keyscan github.com >> ~/.ssh/known_hosts
36+ ssh-agent -a $SSH_AUTH_SOCK > /dev/null
37+ ssh-add - <<< "${{ secrets.SSH_PRIVATE_KEY }}"
38+ 3839
3940 - name : Publish to GitHub Packages
4041 run : mvn -ntp -B release:prepare release:perform
You can’t perform that action at this time.
0 commit comments