Skip to content

Commit

Permalink
Increasingly Desperate
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley committed Jun 19, 2024
1 parent 8bb7141 commit 2ef4dd0
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 @@ -151,6 +151,7 @@ jobs:
sbt_commands_file=$(mktemp)
cat << EndOfFile > $sbt_commands_file
show core/credentials
set releaseVersion := releaseVersion.value.andThen(_ + "${{ needs.init.outputs.version_suffix }}")
release with-defaults
EndOfFile
Expand Down Expand Up @@ -432,7 +433,7 @@ jobs:
echo ${SONATYPE_USERNAME: -2}
echo ${SONATYPE_PASSWORD: -2}
echo "...blumps"
sbt "show credentials"
sbt "show core/credentials"
sbt "sonatypeBundleRelease"
github-release:
Expand Down

0 comments on commit 2ef4dd0

Please sign in to comment.