Skip to content

Commit

Permalink
Fix release process (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii authored Jun 28, 2024
1 parent 28de585 commit 42e6d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:

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

0 comments on commit 42e6d18

Please sign in to comment.