Skip to content

Merge branch 'main' of github.com:ysthakur/man_completions #6

Merge branch 'main' of github.com:ysthakur/man_completions

Merge branch 'main' of github.com:ysthakur/man_completions #6

name: release-please
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: rust
command: manifest
token: ${{secrets.GITHUB_TOKEN}}