Skip to content

Commit

Permalink
chore: add renamed file
Browse files Browse the repository at this point in the history
  • Loading branch information
blumamir committed Oct 11, 2023
1 parent d48c8f5 commit 5f7295f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
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

0 comments on commit 5f7295f

Please sign in to comment.