Skip to content

chore(ci): expand matrix #52

chore(ci): expand matrix

chore(ci): expand matrix #52

Workflow file for this run

name: Release
concurrency:
group: ${{ github.workflow }}
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release-please:
name: Release Please
runs-on: ubuntu-latest
steps:
- name: Create Release
id: release
uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4
with:
token: ${{ secrets.ACCESS_TOKEN }}