Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

release: git-metadata v0.1.0 (#1) #13

release: git-metadata v0.1.0 (#1)

release: git-metadata v0.1.0 (#1) #13

Workflow file for this run

on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
pull-requests: write
name: Version
jobs:
release-please:
name: Trigger release pull-request
runs-on: ubuntu-latest
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
outputs:
pr: ${{ steps.release.outputs.pr }}
steps:
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ secrets.DEV_BOT_APP_ID }}
private-key: ${{ secrets.DEV_BOT_KEY }}
- uses: googleapis/release-please-action@v4
id: release
with:
token: ${{ steps.app-token.outputs.token }}
config-file: .config/release-please-config.json
manifest-file: .config/release-please-manifest.json