Skip to content

Commit

Permalink
fix: ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryET committed Jan 13, 2023
1 parent b40bfcb commit 9ecf44a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
with:
fetch-depth: 0

# TODO: Remove once https://crates.io/crates/opentelemetry-otlp is updated
# and no longer has a build requirement of `protoc``.
- name: Install Protoc
uses: arduino/setup-protoc@v1

- name: "Cocogitto release"
id: release
uses: cocogitto/cocogitto-action@v3
Expand Down

0 comments on commit 9ecf44a

Please sign in to comment.