Skip to content

docs: update readme #101

docs: update readme

docs: update readme #101

on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: Run Release Please
jobs:
release-please:
runs-on: ubuntu-22.04
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: rust
command: manifest
# we have to use a PAT to push the release so the build action can be triggered by the release
token: ${{ secrets.GH_PAT }}