Skip to content

fix: AGP agentic apps update usage of agp_bindings (#111) #74

fix: AGP agentic apps update usage of agp_bindings (#111)

fix: AGP agentic apps update usage of agp_bindings (#111) #74

# Copyright AGNTCY Contributors (https://github.com/agntcy)
# SPDX-License-Identifier: Apache-2.0
---
name: ci release-please check
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: googleapis/release-please-action@v4
id: release-please
with:
token: ${{ secrets.AGNTCY_BUILD_BOT_GH_TOKEN }}
config-file: .github/release-config.json
manifest-file: .github/release-manifest.json