Skip to content

ci(build): multi-arch and multi-os build #10

ci(build): multi-arch and multi-os build

ci(build): multi-arch and multi-os build #10

Workflow file for this run

name: Release Please
on:
push:
branches:
- main
workflow_dispatch:
concurrency:
group: release-please
jobs:
release-please:
name: Release Please
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Create GitHub App Token
uses: actions/create-github-app-token@v1
id: token
with:
app-id: ${{ secrets.RELEASE_PLEASE_APP_ID }}
private-key: ${{ secrets.RELEASE_PLEASE_PRIVATE_KEY }}
- name: Run Release Please
uses: google-github-actions/release-please-action@v4
with:
token: ${{ steps.token.outputs.token }}