Skip to content

test: Add tests to monitor any changes in the public API surface in `… #605

test: Add tests to monitor any changes in the public API surface in `…

test: Add tests to monitor any changes in the public API surface in `… #605

on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: Release Please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
with:
disable-sudo: true
egress-policy: audit
- uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4.1.1
with:
token: ${{ secrets.DOTNET_AGENT_GH_TOKEN }}
config-file: release-please/release-please-config.json
manifest-file: release-please/.release-please-manifest.json