Skip to content

build(deps): bump cap-std from 3.0.0 to 3.1.0 #239

build(deps): bump cap-std from 3.0.0 to 3.1.0

build(deps): bump cap-std from 3.0.0 to 3.1.0 #239

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- 'main'
- 'release-**'
pull_request:
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}