Skip to content

Merge pull request #50 from QuantGeekDev/feat/error-handling #9

Merge pull request #50 from QuantGeekDev/feat/error-handling

Merge pull request #50 from QuantGeekDev/feat/error-handling #9

Workflow file for this run

name: Release
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
config-file: '.release-please-config.json'