Skip to content

fix(deps): update goreleaser pro to v2.12.3 (#1193) #57

fix(deps): update goreleaser pro to v2.12.3 (#1193)

fix(deps): update goreleaser pro to v2.12.3 (#1193) #57

name: Release eBPF Profiler
on:
push:
tags: ["v*"]
permissions:
contents: read
jobs:
release:
name: Release eBPF Profiler
uses: ./.github/workflows/base-release.yaml
with:
distribution: otelcol-ebpf-profiler
goos: '[ "linux" ]'
goarch: '[ "amd64", "arm64" ]'
nightly: ${{ contains(github.ref, '-nightly') }}
secrets: inherit
permissions: write-all