Skip to content
This repository has been archived by the owner on Jan 28, 2025. It is now read-only.

feat: move to okv :) #98

feat: move to okv :)

feat: move to okv :) #98

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