Skip to content

feat: add command routing system with gh pr subcommand #13

feat: add command routing system with gh pr subcommand

feat: add command routing system with gh pr subcommand #13

Workflow file for this run

name: Release
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: write
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: DeterminateSystems/nix-installer-action@main
- run: nix run .#release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}