Skip to content

chore: independent modules: bunx and dockertestx #75

chore: independent modules: bunx and dockertestx

chore: independent modules: bunx and dockertestx #75

on:
push:
branches:
- main
- divide-modules # TODO: Remove this line
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
include-component-in-tag: true
token: ${{ secrets.GITHUB_TOKEN }}