Skip to content

Update version from 0.123.0 to 0.124.0 (#918) #49

Update version from 0.123.0 to 0.124.0 (#918)

Update version from 0.123.0 to 0.124.0 (#918) #49

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