Skip to content

chore(main): release 1.0.1 (#63) #18

chore(main): release 1.0.1 (#63)

chore(main): release 1.0.1 (#63) #18

name: Release Please
on:
push:
branches:
- main
workflow_dispatch: {}
permissions:
contents: write
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release-please:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Run Release Please
id: release
uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0
with:
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
config-file: release-please-config.json
manifest-file: .release-please-manifest.json