Skip to content

Commit

Permalink
added declaration command
Browse files Browse the repository at this point in the history
  • Loading branch information
CarolineHickey committed Jan 27, 2023
1 parent f4811c2 commit 721527c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
server-id: ossrh
server-username: $OSSRH_USERNAME
server-password: $OSSRH_PASSWORD

- run: sbt publishSigned
- run: |
mkdir -p ~/.m2
echo "<settingsSecurity><master>$(mvn --encrypt-master-password "${OSSRH_PASSWORD}")</master></settingsSecurity>" > ~/.m2/settings-security.xml
Expand Down

0 comments on commit 721527c

Please sign in to comment.