Skip to content

build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#59) #2

build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#59)

build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#59) #2

name: Run Release Please
on:
push:
branches: [ main ]
jobs:
release-package:
runs-on: ubuntu-latest
permissions:
id-token: write # Needed if using OIDC to get release secrets.
contents: write # Contents and pull-requests are for release-please to make releases.
pull-requests: write
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
command: manifest
token: ${{secrets.GITHUB_TOKEN}}
default-branch: main
- uses: actions/checkout@v4
if: ${{ steps.release.outputs.releases_created }}
with:
fetch-depth: 0 # If you only need the current version keep this.
- uses: azure/[email protected]
if: ${{ steps.release.outputs.releases_created }}
- name: Run quality control checks
if: ${{ steps.release.outputs.releases_created }}
uses: ./.github/actions/ci
- uses: ./.github/actions/publish
if: ${{ steps.release.outputs.releases_created }}
with:
dry_run: false
token: ${{ secrets.GITHUB_TOKEN }}