Skip to content

consolidate nfpms block #15

consolidate nfpms block

consolidate nfpms block #15

Workflow file for this run

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