Skip to content

Commit

Permalink
fix deployment name
Browse files Browse the repository at this point in the history
  • Loading branch information
tvichiansakd committed Sep 17, 2024
1 parent 88a8923 commit 9e0f18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scalabuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
SONATYPE_USERNAME: ${{ secrets.OSSRH_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
PUBLISH_TYPE_PARAMS: AUTOMATIC
BUNDLE_NAME: io.agodadev.scala-test-metrics
BUNDLE_NAME: io.agodadev.testmetricsscala
working-directory: scalatest-listener
run: |
AUTH_TOKEN=$(echo -n "$SONATYPE_USERNAME:$SONATYPE_PASSWORD" | base64)
Expand Down

0 comments on commit 9e0f18c

Please sign in to comment.