Skip to content

Commit

Permalink
Fix release process (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii authored Jun 28, 2024
1 parent 40087e0 commit 28de585
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
check-latest: true

- name: Publish package
run: sbt +ci-release
run: |
sbt "clean;sbt-datadog/ci-release"
sbt "clean;+zio-opentelemetry-datadog-tracing-provider/ci-release"
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
Expand Down

0 comments on commit 28de585

Please sign in to comment.