Skip to content

build(deps): bump otel packages to 0.21.0 with API migration fixes (#… #10

build(deps): bump otel packages to 0.21.0 with API migration fixes (#…

build(deps): bump otel packages to 0.21.0 with API migration fixes (#… #10

Workflow file for this run

---
name: Release
on:
push:
tags:
- '*'
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Install Go
uses: actions/setup-go@v7
with:
go-version: 1.25.4
- name: Release
if: startsWith(github.ref, 'refs/tags/')
uses: goreleaser/goreleaser-action@v7
with:
version: '~> v2'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}