Skip to content

test: Add file for integration tests #14

test: Add file for integration tests

test: Add file for integration tests #14

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}}