Skip to content

docs: update project description in README #7

docs: update project description in README

docs: update project description in README #7

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