Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJCummings committed Dec 3, 2024
1 parent 25e46ac commit e525a9c
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 @@ -66,7 +66,7 @@ jobs:

- name: Set up ssh key authentication to maven repo
run: |
mdkir -p ~/.ssh
mkdir -p ~/.ssh
echo "${{ secrets.MSUSEL_CI_BOT_SSH_KEY }}" > ~/.ssh/msusel_ci_bot_key
chmod 600 ~/.ssh/msusel_ci_bot_key
ssh-keyscan github.com >> ~/.ssh/known_hosts
Expand Down

0 comments on commit e525a9c

Please sign in to comment.