Skip to content

refactor: adopt C# 14 language features (#114) #71

refactor: adopt C# 14 language features (#114)

refactor: adopt C# 14 language features (#114) #71

name: Release Please
permissions:
contents: write
pull-requests: write
on:
push:
branches:
- main
jobs:
release-please:
if: github.event_name == 'push'
name: 🚀 Release Please
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3
id: app-token
with:
app-id: ${{ vars.RELEASE_BOT_APP_ID }}
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
- uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071
with:
token: ${{ steps.app-token.outputs.token }}
config-file: .github/release-please-config.json
manifest-file: .github/release-please-manifest.json