Skip to content

Commit

Permalink
Desperate
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley committed Jun 19, 2024
1 parent 93b86e6 commit 8bb7141
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ jobs:
mkdir project
echo 'addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")' > project/plugins.sbt
echo 'sbt.version = 1.9.9' > project/build.properties
echo 'sbt.version = 1.10.0' > project/build.properties
ls -lR .
- uses: actions/setup-java@v4
Expand All @@ -432,6 +432,7 @@ jobs:
echo ${SONATYPE_USERNAME: -2}
echo ${SONATYPE_PASSWORD: -2}
echo "...blumps"
sbt "show credentials"
sbt "sonatypeBundleRelease"
github-release:
Expand Down

0 comments on commit 8bb7141

Please sign in to comment.