Skip to content

fix(deps): bump github.com/bmatcuk/doublestar/v4 from 4.4.0 to 4.10.0 #478

fix(deps): bump github.com/bmatcuk/doublestar/v4 from 4.4.0 to 4.10.0

fix(deps): bump github.com/bmatcuk/doublestar/v4 from 4.4.0 to 4.10.0 #478

on:
push:
branches:
- main
name: release-please
jobs:
release-please-release:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: simple
token: ${{ secrets.INTEGRATIONS_MD_BOT_TOKEN }}
command: github-release
release-please-pr:
runs-on: ubuntu-latest
needs:
- release-please-release
steps:
- id: release-pr
uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.INTEGRATIONS_MD_BOT_TOKEN }}
release-type: simple
command: release-pr