We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9378ea commit beced49Copy full SHA for beced49
1 file changed
.github/workflows/release.yml
@@ -37,6 +37,9 @@ jobs:
37
with:
38
version: v2.1.6
39
40
+ - name: Install orchestrion
41
+ run: go install github.com/DataDog/orchestrion@latest
42
+
43
- name: Install goreleaser
44
run: |
45
cd /tmp
0 commit comments