fix: handle OTEL_SDK_DISABLE value correctly (#7) #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release Please | |
on: | |
push: | |
branches: | |
- "main" | |
permissions: | |
contents: write | |
pull-requests: write | |
jobs: | |
release-job: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v4 | |
- name: Release with release-please | |
uses: google-github-actions/release-please-action@v3 | |
with: | |
token: ${{ secrets.RELEASE_BOT_TOKEN }} | |
release-type: go | |
package-name: github.com/keyval-dev/opentelemetry-zap-bridge |