Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Jun 18, 2024
1 parent 1ddfb08 commit 018111d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
cd json-sick-scala
if [[ "$GITHUB_REF" == refs/heads/main || "$CI_BRANCH_TAG" =~ ^v.*$ ]] ; then
SONATYPE_SECRET=.secrets/credentials.sonatype-nexus.properties
echo "$SONATYPE_CREDENTIALS_FILE" > "$SONATYPE_SECRET"
mkdir .secrets
echo "$SONATYPE_CREDENTIALS_FILE" > ".secrets/credentials.sonatype-nexus.properties"
openssl aes-256-cbc -K ${OPENSSL_KEY} -iv ${OPENSSL_IV} -in ../secrets.tar.enc -out secrets.tar -d
tar xvf secrets.tar
COMMAND="$COMMAND +publishSigned"
Expand Down

0 comments on commit 018111d

Please sign in to comment.