Skip to content

Commit 5f4621d

Browse files
committed
another sonatype fix attempt
references scala#194
1 parent c3d56e5 commit 5f4621d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

admin/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ if [[ "$TRAVIS_TAG" =~ $tagPat ]]; then
5353
cp admin/publish-settings.sbt .
5454

5555
# Copied from the output of genKeyPair.sh
56-
K=$encrypted_5e972ec514e2_key
57-
IV=$encrypted_5e972ec514e2_iv
56+
K=$encrypted_5bf8c48074e0_key
57+
IV=$encrypted_5bf8c48074e0_iv
5858

5959
openssl aes-256-cbc -K $K -iv $IV -in admin/secring.asc.enc -out admin/secring.asc -d
6060
fi

0 commit comments

Comments
 (0)