Skip to content

Commit

Permalink
different substitution for home directory
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJCummings committed Dec 4, 2024
1 parent c20a861 commit 6dc0724
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 @@ -82,7 +82,7 @@ jobs:
<server>
<id>msusel-maven-repo</id>
<username>git</username> <!-- Use "git" as the username for SSH-based authentication -->
<privateKey>${env.HOME}/.ssh/msusel_ci_bot_key</privateKey>
<privateKey>~/.ssh/msusel_ci_bot_key</privateKey>
</server>
</servers>
</settings>
Expand Down

0 comments on commit 6dc0724

Please sign in to comment.