replace repos with jackgopack4 and johnpeterson785 for workflow testing #13
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release OTLP | |
on: | |
push: | |
tags: ["v*"] | |
jobs: | |
release: | |
name: Release OTLP | |
uses: ./.github/workflows/base-release.yaml | |
with: | |
distribution: otelcol-otlp | |
goos: '[ "linux", "windows", "darwin" ]' | |
goarch: '[ "386", "amd64", "arm64", "ppc64le", "arm", "s390x" ]' | |
secrets: inherit | |
permissions: write-all |