Skip to content

Commit

Permalink
fixing release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ulibocchio committed Dec 15, 2022
1 parent 8636da1 commit dd9124a
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 @@ -15,7 +15,7 @@ jobs:
git config --global user.name 'Github Actions Bot'
git config --global user.email '[email protected]'
- name: Setup Git Credentials
uses: webfactory/ssh-agent@v0.5.3
uses: webfactory/ssh-agent@v0.7.0
with:
ssh-private-key: ${{ secrets.SSH_KEY }}
- name: Cache local Maven repository
Expand Down

0 comments on commit dd9124a

Please sign in to comment.