Skip to content

Commit

Permalink
tt
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldickson committed Sep 18, 2024
1 parent e164265 commit d4613bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scalabuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
SONATYPE_USERNAME: ${{ secrets.OSSRH_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
PUBLISH_TYPE_PARAMS: AUTOMATIC
BUNDLE_NAME: io.agodadev.testmetricsscala
BUNDLE_NAME: io.agodadev.scala-test-metrics
working-directory: scalatest-listener
run: |
BUNDLE_FILE=$(find .. -name "bundle.zip" | head -n 1)
Expand All @@ -68,7 +68,7 @@ jobs:
--form "name=${BUNDLE_NAME}" \
--write-out "%{http_code}" \
--silent --output /dev/null)
if [ $RESPONSE -eq 200 ] || [ $RESPONSE -eq 201 ]; then
echo "Successfully published to Maven Central. HTTP status code: $RESPONSE"
else
Expand Down

0 comments on commit d4613bb

Please sign in to comment.