Skip to content

[chore] Prepare release 0.130.1 (#1028) #59

[chore] Prepare release 0.130.1 (#1028)

[chore] Prepare release 0.130.1 (#1028) #59

Workflow file for this run

name: Release Core
on:
push:
tags: ["v*"]
jobs:
release:
name: Release Core
uses: ./.github/workflows/base-release.yaml
with:
distribution: otelcol
goos: '[ "linux", "darwin" ]'
goarch: '[ "386", "amd64", "arm64", "ppc64le", "arm", "s390x" ]'
secrets: inherit
permissions: write-all
release-windows:
name: Release Core (Windows)
uses: ./.github/workflows/base-release.yaml
with:
distribution: otelcol
goos: '[ "windows" ]'
goarch: '[ "386", "amd64" ]'
runner_os: windows-2022
secrets: inherit
permissions: write-all